CancelPaymentByIdempotencyKeyRequest
August 15, 2019 ยท View on GitHub
Description
Specifies idempotency key of a payment to cancel.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| idempotency_key | getIdempotencyKey() | setIdempotencyKey($value) | string | `idempotency_key` identifying the payment to be canceled. |
Note: All properties are protected and only accessed via getters and setters.