Class BraintreeCaptureTransactionRequest.Input

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

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

    • transactionId

      public String transactionId
      ID of the transaction to be captured.
    • clientMutationId

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

      Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method
  • Constructor Details

    • Input

      public Input()
  • Method Details

    • setTransactionId

      public void setTransactionId(String transactionId)
      ID of the transaction to be captured.
    • setClientMutationId

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

      public void setTransaction(BraintreeCaptureTransactionRequest.CaptureTransaction transaction)
      Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method
    • getTransactionId

      public String getTransactionId()
      ID of the transaction to be captured.
    • getClientMutationId

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

      Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method