VaultDataPaymentTokenInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| entityId | int | Entity ID. | [optional] |
| customerId | int | Customer ID. | [optional] |
| publicHash | string | Public hash | |
| paymentMethodCode | string | Payment method code | |
| type | string | Type | |
| createdAt | string | Token creation timestamp | [optional] |
| expiresAt | string | Token expiration timestamp | [optional] |
| gatewayToken | string | Gateway token ID | |
| tokenDetails | string | Token details | |
| isActive | bool | Is active. | |
| isVisible | bool | Is visible. |