Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

CardHolderAccount.md

File metadata and controls

18 lines (14 loc) · 1.28 KB

CityPayAPI.Model.CardHolderAccount

Properties

Name Type Description Notes
AccountId string The account id of the card holder account provided by the merchant which uniquely identifies the account.
Cards List<Card> [optional]
Contact ContactDetails
DateCreated DateTime The date and time the account was created. [optional]
DefaultCardId string The id of the default card. [optional]
DefaultCardIndex int The index in the array of the default card. [optional]
LastModified DateTime The date and time the account was last modified. [optional]
Status string Defines the status of the account for processing valid values are - ACTIVE for active accounts that are able to process - DISABLED for accounts that are currently disabled for processing. [optional]
UniqueId string A unique id of the card holder account which uniquely identifies the stored account. This value is not searchable. [optional]

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