Class CheckoutPaymentMethodOption.FeeDto
java.lang.Object
com.broadleafcommerce.cartoperation.domain.payment.CheckoutPaymentMethodOption.FeeDto
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CheckoutPaymentMethodOption
@Validated
public static class CheckoutPaymentMethodOption.FeeDto
extends Object
implements Serializable
Fees are represented as separate CartItems but not placed in any fulfillment group to avoid
 repricing the fulfillment costs.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetName()inthashCode()booleanbooleanbooleanvoidsetAmount(BigDecimal amount) voidsetCurrency(String currency) voidsetDiscountable(boolean isDiscountable) voidvoidsetRefundable(boolean isRefundable) voidsetTaxable(boolean isTaxable) toString()
- 
Constructor Details- 
FeeDtopublic FeeDto()
 
- 
- 
Method Details- 
getName
- 
getAmount
- 
getCurrency
- 
isDiscountablepublic boolean isDiscountable()
- 
isTaxablepublic boolean isTaxable()
- 
isRefundablepublic boolean isRefundable()
- 
setName
- 
setAmount
- 
setCurrency
- 
setDiscountablepublic void setDiscountable(boolean isDiscountable) 
- 
setTaxablepublic void setTaxable(boolean isTaxable) 
- 
setRefundablepublic void setRefundable(boolean isRefundable) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-