public class V1PaymentDiscount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1PaymentDiscount.Builder
Class to build instances of
V1PaymentDiscount. |
| Constructor and Description |
|---|
V1PaymentDiscount(String name,
V1Money appliedMoney,
String discountId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
V1Money |
getAppliedMoney()
Getter for AppliedMoney.
|
String |
getDiscountId()
Getter for DiscountId.
|
String |
getName()
Getter for Name.
|
int |
hashCode() |
V1PaymentDiscount.Builder |
toBuilder()
Builds a new
V1PaymentDiscount.Builder object. |
String |
toString()
Converts this V1PaymentDiscount into string format.
|
public String getName()
public V1Money getAppliedMoney()
public String getDiscountId()
public String toString()
public V1PaymentDiscount.Builder toBuilder()
V1PaymentDiscount.Builder object.
Creates the instance with the state of the current model.V1PaymentDiscount.Builder objectCopyright © 2022. All rights reserved.