public class OrderLineItemAppliedDiscount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderLineItemAppliedDiscount.Builder
Class to build instances of
OrderLineItemAppliedDiscount. |
| Constructor and Description |
|---|
OrderLineItemAppliedDiscount(String discountUid,
String uid,
Money appliedMoney)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAppliedMoney()
Getter for AppliedMoney.
|
String |
getDiscountUid()
Getter for DiscountUid.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
OrderLineItemAppliedDiscount.Builder |
toBuilder()
Builds a new
OrderLineItemAppliedDiscount.Builder object. |
String |
toString()
Converts this OrderLineItemAppliedDiscount into string format.
|
public String getUid()
public String getDiscountUid()
public Money getAppliedMoney()
public String toString()
public OrderLineItemAppliedDiscount.Builder toBuilder()
OrderLineItemAppliedDiscount.Builder object.
Creates the instance with the state of the current model.OrderLineItemAppliedDiscount.Builder objectCopyright © 2022. All rights reserved.