Skip to content

@mbanq/core-sdk-js v0.50.0


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

Function: CreateCreditCardAutoPayConfig()

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

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

Create a credit card auto pay configuration

Parameters

data

The configuration data

amount?

number = ...

fromAccountId?

number = ...

fromAccountNumber?

string = ...

fromAccountRoutingNumber?

string = ...

fromExternalAccountType?

string = ...

instructionType

number = ...

isAccountExternal?

boolean = ...

name

string = ...

repaymentOnDay?

number = ...

status

number = ...

toAccountId

number = ...

Returns

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

Command object for creating credit card auto pay configuration

Released under the MIT License.