public class OrderRoundingAdjustment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderRoundingAdjustment.Builder
Class to build instances of
OrderRoundingAdjustment. |
| Modifier | Constructor and Description |
|---|---|
protected |
OrderRoundingAdjustment(io.apimatic.core.types.OptionalNullable<String> uid,
io.apimatic.core.types.OptionalNullable<String> name,
Money amountMoney)
Internal initialization constructor.
|
|
OrderRoundingAdjustment(String uid,
String name,
Money amountMoney)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
String |
getName()
Getter for Name.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetUid()
Internal Getter for Uid.
|
OrderRoundingAdjustment.Builder |
toBuilder()
Builds a new
OrderRoundingAdjustment.Builder object. |
String |
toString()
Converts this OrderRoundingAdjustment into string format.
|
public OrderRoundingAdjustment(String uid, String name, Money amountMoney)
uid - String value for uid.name - String value for name.amountMoney - Money value for amountMoney.protected io.apimatic.core.types.OptionalNullable<String> internalGetUid()
public String getUid()
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
public Money getAmountMoney()
public String toString()
public OrderRoundingAdjustment.Builder toBuilder()
OrderRoundingAdjustment.Builder object.
Creates the instance with the state of the current model.OrderRoundingAdjustment.Builder objectCopyright © 2023. All rights reserved.