account
Represents an account object such as bank account or credit card. Used with Accounts.
XML
Attributes
name |
type |
description |
accountId |
long |
ID |
lastFourDigits |
long |
Last four digits on the card |
sortCode |
string |
(no documentation provided) |
accountNumber |
string |
(no documentation provided) |
Value
Account type name such as EFT, CREDIT_CARD
JSON
property |
type |
description |
accountId |
long |
ID |
lastFourDigits |
long |
Last four digits on the card |
sortCode |
string |
(no documentation provided) |
accountNumber |
string |
(no documentation provided) |
value |
string |
Account type name such as EFT, CREDIT_CARD |