Class CheckoutPaymentMethodOption
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.domain.payment.CheckoutPaymentMethodOption
-
- All Implemented Interfaces:
Serializable
public class CheckoutPaymentMethodOption extends Object implements Serializable
DTO that provides information about the payment methods that are configured for checkout.- Author:
- Marie Standeven (mariestandeven)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckoutPaymentMethodOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getPaymentMethodGatewayType()
The gateway configured for this payment method.String
getPaymentMethodType()
The type of this payment like Credit Card or Gift Card.int
hashCode()
void
setPaymentMethodGatewayType(String paymentMethodGatewayType)
The gateway configured for this payment method.void
setPaymentMethodType(String paymentMethodType)
The type of this payment like Credit Card or Gift Card.String
toString()
-
-
-
Method Detail
-
getPaymentMethodType
public String getPaymentMethodType()
The type of this payment like Credit Card or Gift Card.
-
getPaymentMethodGatewayType
public String getPaymentMethodGatewayType()
The gateway configured for this payment method.
-
setPaymentMethodType
public void setPaymentMethodType(String paymentMethodType)
The type of this payment like Credit Card or Gift Card.
-
setPaymentMethodGatewayType
public void setPaymentMethodGatewayType(String paymentMethodGatewayType)
The gateway configured for this payment method.
-
canEqual
protected boolean canEqual(Object other)
-
-