public class FulfillmentFlatRate extends Object implements Serializable
Product
, Variant
) and fulfillment option (e.g., standard shipping).
Depending on if the option is configured to use flat rates, this flat rate will be used in
calculating the cost of fulfilling the associated item.Constructor and Description |
---|
FulfillmentFlatRate() |
FulfillmentFlatRate(javax.money.MonetaryAmount value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
javax.money.MonetaryAmount |
getValue()
The value of this flat rate
|
int |
hashCode() |
void |
setValue(javax.money.MonetaryAmount value)
The value of this flat rate
|
String |
toString() |
public FulfillmentFlatRate(javax.money.MonetaryAmount value)
public FulfillmentFlatRate()
public javax.money.MonetaryAmount getValue()
public void setValue(javax.money.MonetaryAmount value)
value
- The value of this flat rateprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.