Skip to content

@mbanq/core-sdk-js v0.50.0


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

Function: UpdateCreditCardAutoPay()

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

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

Update 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 = ...

standingInstructionId

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; standingInstructionId: number; status?: number; toAccountId?: number; }; }, { id: number; }>

Command object for updating credit card auto pay configuration

Released under the MIT License.