Class BraintreeResponse.AuthorizePaymentMethod

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.AuthorizePaymentMethod
All Implemented Interfaces:
Serializable
Enclosing class:
BraintreeResponse

public static class BraintreeResponse.AuthorizePaymentMethod extends Object implements Serializable
See Also:
  • Field Details

    • clientMutationId

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

    • AuthorizePaymentMethod

      public AuthorizePaymentMethod()
  • Method Details

    • setTransaction

      public void setTransaction(BraintreeResponse.Transaction transaction)
      The transaction representing the charge on the payment method.
    • setClientMutationId

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

      public BraintreeResponse.Transaction getTransaction()
      The transaction representing the charge on the payment method.
    • getClientMutationId

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