updatedCard

The updatedCard element is an optional child of the accountUpdateResponse element, which contains child elements providing the updated information for the submitted card.

Parent Elements:

accountUpdateResponse

Attributes:

None

Child Elements:

type, number, expDate

Example:  updatedCard Structure

<updatedCard>

  <type>Card Type</type>

  <number>New Account Number</number>

  <expDate>New Expiration Date</expDate>

</updatedCard>