Class BraintreeReverseAuthorizeTransactionRequest.Input

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeReverseAuthorizeTransactionRequest.Input
All Implemented Interfaces:
Serializable
Enclosing class:
BraintreeReverseAuthorizeTransactionRequest

public static class BraintreeReverseAuthorizeTransactionRequest.Input extends Object implements Serializable
See Also:
  • Field Details

    • transactionId

      public String transactionId
      The ID of the transaction to reverse.
    • clientMutationId

      public String clientMutationId
      An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
  • Constructor Details

    • Input

      public Input()
  • Method Details

    • setTransactionId

      public void setTransactionId(String transactionId)
      The ID of the transaction to reverse.
    • setClientMutationId

      public void setClientMutationId(String clientMutationId)
      An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
    • getTransactionId

      public String getTransactionId()
      The ID of the transaction to reverse.
    • getClientMutationId

      public String getClientMutationId()
      An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId