Skip to content

@mbanq/core-sdk-js v0.50.0


@mbanq/core-sdk-js / commands / GetCreditCardAutoPay

Function: GetCreditCardAutoPay()

GetCreditCardAutoPay(standingInstructionId): Command<{ standingInstructionId: number; }, { amount?: number; fromAccountId?: number; fromAccountNumber?: string; fromAccountRoutingNumber?: string; fromExternalAccountType?: string; id: number; instructionType: number; isAccountExternal?: boolean; name: string; repaymentOnDay?: number; standingInstructionId?: number; status: number; toAccountId: number; }>

Defined in: src/commands/rest/creditCardAuto.ts:179

Get a single credit card auto pay configuration

Parameters

standingInstructionId

number

The standing instruction ID

Returns

Command<{ standingInstructionId: number; }, { amount?: number; fromAccountId?: number; fromAccountNumber?: string; fromAccountRoutingNumber?: string; fromExternalAccountType?: string; id: number; instructionType: number; isAccountExternal?: boolean; name: string; repaymentOnDay?: number; standingInstructionId?: number; status: number; toAccountId: number; }>

Command object for fetching a single credit card auto pay configuration

Released under the MIT License.