@mbanq/core-sdk-js / commands / GetCardProduct
Function: GetCardProduct()
GetCardProduct(
cardProductId):Command<{cardProductId:number; }, {active:boolean;atmWithdrawalsEnabled:boolean;bin:number;businessCardIDEnabled:boolean;cardProcessorDisplayName:string;cardProcessorId:number;cardType:string;contactlessPaymentsEnabled:boolean;currencyCode:string;currencyDigitsAfterDecimal:number;currencyInMultiplesOf:number;digitalFirst:boolean;externalProductId:number;fulfillCardOnOrder:boolean;id:number;internationalPaymentsEnabled:boolean;legalForm:number;manualPin:boolean;maxActiveCardAllowed:number;name:string;network:string;onlinePaymentsEnabled:boolean;posPaymentsEnabled:boolean;prepaidCard:boolean;velocityRules: {category:string;categoryId:number;controls:string[];id:number;timePeriod:number;timeUnit:string;type:string;value:number;version:number; };virtual:boolean;yearExpire:number; }>
Defined in: src/commands/rest/cardProduct.ts:65
Parameters
cardProductId
number
Returns
Command<{ cardProductId: number; }, { active: boolean; atmWithdrawalsEnabled: boolean; bin: number; businessCardIDEnabled: boolean; cardProcessorDisplayName: string; cardProcessorId: number; cardType: string; contactlessPaymentsEnabled: boolean; currencyCode: string; currencyDigitsAfterDecimal: number; currencyInMultiplesOf: number; digitalFirst: boolean; externalProductId: number; fulfillCardOnOrder: boolean; id: number; internationalPaymentsEnabled: boolean; legalForm: number; manualPin: boolean; maxActiveCardAllowed: number; name: string; network: string; onlinePaymentsEnabled: boolean; posPaymentsEnabled: boolean; prepaidCard: boolean; velocityRules: { category: string; categoryId: number; controls: string[]; id: number; timePeriod: number; timeUnit: string; type: string; value: number; version: number; }; virtual: boolean; yearExpire: number; }>