Describes a credit card.
The element type provides the credit card number and type. When this document is transmitted to a client system where the credit card number--in the number attribute--is only used for verification, all but the last four digits should be replaced with 'X' characters.
| Sequence of |
name
The name as it appears on the credit card.
us.address The billing address of the credit card.
|
| Name | Datatype | Required | Description |
|---|---|---|---|
| id |
ID | true | An code used to uniquely identify this card. |
| type |
string One of the following values:
| true | The credit card type. |
| number |
string | true | |
| expires.on |
date | true | The credit card expiration date. Only the month and year are significant. Day should always be 01. As in 01/09/2002. |