public class CancelPaymentByIdempotencyKeyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CancelPaymentByIdempotencyKeyRequest.Builder
Class to build instances of
CancelPaymentByIdempotencyKeyRequest. |
| Constructor and Description |
|---|
CancelPaymentByIdempotencyKeyRequest(String idempotencyKey)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
int |
hashCode() |
CancelPaymentByIdempotencyKeyRequest.Builder |
toBuilder()
Builds a new
CancelPaymentByIdempotencyKeyRequest.Builder object. |
String |
toString()
Converts this CancelPaymentByIdempotencyKeyRequest into string format.
|
public CancelPaymentByIdempotencyKeyRequest(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public String getIdempotencyKey()
public String toString()
public CancelPaymentByIdempotencyKeyRequest.Builder toBuilder()
CancelPaymentByIdempotencyKeyRequest.Builder object.
Creates the instance with the state of the current model.CancelPaymentByIdempotencyKeyRequest.Builder objectCopyright © 2022. All rights reserved.