Class BraintreeResponse.Amount

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

public static class BraintreeResponse.Amount extends Object implements Serializable
A monetary amount with currency.
See Also:
  • Constructor Details

    • Amount

      public Amount()
  • Method Details

    • setValue

      public void setValue(String value)
      The amount of money, either a whole number or a number with up to 3 decimal places.
    • getValue

      public String getValue()
      The amount of money, either a whole number or a number with up to 3 decimal places.