Financial Data Type

Java class for Financial complex type.

Properties
name data type description
bankAccountNumber string Bank account number.
bankAddress string Bank address.
bankName string Bank name.
bankRoutingNumber string Bank routing number.
city string City.
country string Country.
invoiceTo string Invoice to send to.
referenceAccount string Reference account.
stateOrProvince string State or province code.
taxID string Tax id.
zipOrPostalCode string Zip or postal code.

Example

{
  "financial" : {
    "bankAccountNumber" : "...",
    "bankAddress" : "...",
    "bankName" : "...",
    "bankRoutingNumber" : "...",
    "city" : "...",
    "country" : "...",
    "invoiceTo" : "...",
    "referenceAccount" : "...",
    "stateOrProvince" : "...",
    "taxID" : "...",
    "zipOrPostalCode" : "..."
  }
}