Contains the details about a vaulted shopper's chosen payment method
Request
Property Name | Type | Required | Description |
---|---|---|---|
chosenPaymentMethodType | string | Required | Chosen payment method type. Value: CC |
creditCard | object | Optional Only include if chosenPaymentMethodType is CC. | See creditCard. |
Response
Property Name | Type | Description |
---|---|---|
chosenPaymentMethodType | string | Chosen payment method type. Value: CC |
creditCard | object | See creditCard. |