Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 893 Bytes

File metadata and controls

23 lines (12 loc) · 893 Bytes

PayidAddress

Properties

Name Type Description Notes
accountHolder AccountHolderDetails [default to undefined]
value string The PayID identifier (email, phone, ABN, or organization ID) [default to undefined]
type string The type of PayID being used [default to undefined]
accountNumber string Australian bank account number [default to undefined]
bsb string Bank State Branch (BSB) number (6 digits, format XXX-XXX) [optional] [default to undefined]

Enum: PayidAddressTypeEnum

  • Email (value: 'EMAIL')

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