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. |
public String getName()
public V1Money getAppliedMoney()
public String getDiscountId()
public V1PaymentDiscount.Builder toBuilder()
V1PaymentDiscount.Builder
object.
Creates the instance with the state of the current model.V1PaymentDiscount.Builder
objectCopyright © 2020. All rights reserved.