cac:CardAccount
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:CardAccountType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:PrimaryAccountNumberID [1..1] The card number; the Primary Account Number (PAN).
- cbc:NetworkID [1..1] The card network provider.
- cbc:CardTypeCode [0..1] The type of card.
- cbc:ValidityStartDate [0..1] The date from which the card is valid.
- cbc:ExpiryDate [0..1] The date up to which the card is valid.
- cbc:IssuerID [0..1] The identifier for the card issuer.
- cbc:IssueNumberID [0..1] The card issue number.
- cbc:CV2ID [0..1] The Card Verification Value.
- cbc:CardChipCode [0..1] The distinction between CHIP and MAG STRIPE cards.
- cbc:ChipApplicationID [0..1] An identifier for the application (AID) on a chip card that provides the information quoted.
- cbc:HolderName [0..1] The name of the cardholder.
Attributes
None
Used in
- Type cac:PaymentMeansType (Element cac:PaymentMeans)
Sample instance
<cac:CardAccount> <cbc:PrimaryAccountNumberID>normalizedString</cbc:PrimaryAccountNumberID> <cbc:NetworkID>normalizedString</cbc:NetworkID> <cbc:CardTypeCode>normalizedString</cbc:CardTypeCode> <cbc:ValidityStartDate>2000-01-01</cbc:ValidityStartDate> <cbc:ExpiryDate>2000-01-01</cbc:ExpiryDate> <cbc:IssuerID>normalizedString</cbc:IssuerID> <cbc:IssueNumberID>normalizedString</cbc:IssueNumberID> <cbc:CV2ID>normalizedString</cbc:CV2ID> <cbc:CardChipCode>normalizedString</cbc:CardChipCode> <cbc:ChipApplicationID>normalizedString</cbc:ChipApplicationID> <cbc:HolderName>string</cbc:HolderName> </cac:CardAccount>