public class ShippingMethod extends Object
| Constructor and Description |
|---|
ShippingMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Details about the shipping method
|
String |
getName()
Name of the shipping method
|
Integer |
getSpeed()
Number of hours to delivery
|
String |
getType()
Shipping method type
|
void |
setDetails(String value)
Details about the shipping method
|
void |
setName(String value)
Name of the shipping method
|
void |
setSpeed(Integer value)
Number of hours to delivery
|
void |
setType(String value)
Shipping method type
|
ShippingMethod |
withDetails(String value)
Details about the shipping method
|
ShippingMethod |
withName(String value)
Name of the shipping method
|
ShippingMethod |
withSpeed(Integer value)
Number of hours to delivery
|
ShippingMethod |
withType(String value)
Shipping method type
|
public String getDetails()
public void setDetails(String value)
public ShippingMethod withDetails(String value)
public String getName()
public void setName(String value)
public ShippingMethod withName(String value)
public Integer getSpeed()
public void setSpeed(Integer value)
public ShippingMethod withSpeed(Integer value)
public String getType()
public void setType(String value)
public ShippingMethod withType(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.