ZMObject
|
+--ZMShippingMethod
public class ZMShippingMethod
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMShippingMethod(ZMShippingProvider provider, array zenMethod) Create new shipping method. |
|
| Method Summary | |
|---|---|
| float | getCost() Get the shipping cost. |
| int | getId() Get the shipping method id. |
| string | getName() Get the shipping method name. |
| ZMShippingProvider | Get the shipping provider. |
| string | Get the shipping id. |
| void | setTaxRate(ZMTaxRate taxRate) Set the tax rate. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMShippingMethod(ZMShippingProvider provider, array zenMethod)
Create new shipping method.
public float getCost()
Get the shipping cost.
public int getId()
Get the shipping method id.
public string getName()
Get the shipping method name.
public ZMShippingProvider getProvider()
Get the shipping provider.
public string getShippingId()
Get the shipping id.
public void setTaxRate(ZMTaxRate taxRate)
Set the tax rate.
Shipping method.