public class FulfillmentOption extends Object implements Serializable
Constructor and Description |
---|
FulfillmentOption() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
The description of this option.
|
String |
getName()
The name of this option.
|
String |
getTaxCode()
The tax code for this option.
|
int |
hashCode() |
boolean |
isTaxable()
Whether any shipping prices should be taxable for this option.
|
boolean |
isUseFlatRates()
Whether to use flat rates for this option.
|
void |
setDescription(String description)
The description of this option.
|
void |
setName(String name)
The name of this option.
|
void |
setTaxable(boolean taxable)
Whether any shipping prices should be taxable for this option.
|
void |
setTaxCode(String taxCode)
The tax code for this option.
|
void |
setUseFlatRates(boolean useFlatRates)
Whether to use flat rates for this option.
|
String |
toString() |
public String getName()
public String getDescription()
public boolean isUseFlatRates()
public String getTaxCode()
public boolean isTaxable()
public void setName(String name)
name
- The name of this option.public void setDescription(String description)
description
- The description of this option.public void setUseFlatRates(boolean useFlatRates)
useFlatRates
- Whether to use flat rates for this option.public void setTaxCode(String taxCode)
taxCode
- The tax code for this option.public void setTaxable(boolean taxable)
taxable
- Whether any shipping prices should be taxable for this option.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.