Class BraintreeRefundTransactionRequest.Refund

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeRefundTransactionRequest.Refund
All Implemented Interfaces:
Serializable
Enclosing class:
BraintreeRefundTransactionRequest

public static class BraintreeRefundTransactionRequest.Refund extends Object implements Serializable
See Also:
  • Field Details

    • amount

      public String amount
      The amount to refund. Must be less than or equal to the amount of the original transaction. Defaults to the total amount of the original transaction.
    • orderId

      public String orderId
      The refund's order ID. Defaults to the order ID of the original transaction.
  • Constructor Details

    • Refund

      public Refund()
  • Method Details

    • setAmount

      public void setAmount(String amount)
      The amount to refund. Must be less than or equal to the amount of the original transaction. Defaults to the total amount of the original transaction.
    • setOrderId

      public void setOrderId(String orderId)
      The refund's order ID. Defaults to the order ID of the original transaction.
    • getAmount

      public String getAmount()
      The amount to refund. Must be less than or equal to the amount of the original transaction. Defaults to the total amount of the original transaction.
    • getOrderId

      public String getOrderId()
      The refund's order ID. Defaults to the order ID of the original transaction.