Skip to content

Latest commit

 

History

History
99 lines (54 loc) · 1.77 KB

bankaccountresult.md

File metadata and controls

99 lines (54 loc) · 1.77 KB

fikenBankAccountResult

Interface: BankAccountResult

export

interface BankAccountResult

Hierarchy

  • BankAccountResult

Index

Properties

Properties

Optional accountCode

accountCode? : string

memberof BankAccountResult


Optional bankAccountNumber

bankAccountNumber? : string

memberof BankAccountResult


Optional bic

bic? : string

memberof BankAccountResult


Optional foreignService

foreignService? : string

memberof BankAccountResult


Optional iban

iban? : string

memberof BankAccountResult


Optional name

name? : string

memberof BankAccountResult


Optional reconciledBalance

reconciledBalance? : number

Amounts are always represented as a number, and specifies the number of cents in the amount. Fractions will be ignored. ie. 10050 = 100.50

memberof BankAccountResult


Optional reconciledDate

reconciledDate? : Date

memberof BankAccountResult


Optional type

type? : BankAccountResultTypeEnum

memberof BankAccountResult