@Immutable public static final class CartCommands.SetCustomShippingMethod extends CartCommands.CartUpdateAction
action| Constructor and Description |
|---|
CartCommands.SetCustomShippingMethod(java.lang.String shippingMethodName,
ShippingRate shippingRate,
ReferenceId<TaxCategory> taxCategory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getShippingMethodName() |
ShippingRate |
getShippingRate() |
ReferenceId<TaxCategory> |
getTaxCategory() |
int |
hashCode() |
java.lang.String |
toString() |
getActionpublic CartCommands.SetCustomShippingMethod(java.lang.String shippingMethodName,
ShippingRate shippingRate,
ReferenceId<TaxCategory> taxCategory)
public java.lang.String getShippingMethodName()
public ShippingRate getShippingRate()
public ReferenceId<TaxCategory> getTaxCategory()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object