@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() |
getAction
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object