Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.26 KB

File metadata and controls

33 lines (17 loc) · 1.26 KB

LbtPaymentInfo

Properties

Name Type Description Notes
rail string The payment rail type for Lebanese bank transfers [default to undefined]
addressingSystem string The addressing system used for Lebanese bank transfers (Bank Account Number) [default to undefined]
accountHolderGivenName string The given name (first name) of the account holder [default to undefined]
accountHolderSurname string The surname (last name) of the account holder [default to undefined]
country string The country for the transfer (ISO 3166-1 alpha-2 code) [default to undefined]
accountNumber string The bank account number [default to undefined]
bankName string The name of the bank [default to undefined]
bankCode string The bank code or identifier [default to undefined]

Enum: LbtPaymentInfoRailEnum

  • Lbt (value: 'LBT')

Enum: LbtPaymentInfoAddressingSystemEnum

  • Ban (value: 'BAN')

[Back to top] [Back to API list] [Back to Model list] [Back to README]