Class BraintreeResponse.ChargePaymentMethod

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

public static class BraintreeResponse.ChargePaymentMethod 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

    • ChargePaymentMethod

      public ChargePaymentMethod()
  • 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