public class GiftCardActivityRedeem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GiftCardActivityRedeem.Builder
Class to build instances of
GiftCardActivityRedeem. |
| Constructor and Description |
|---|
GiftCardActivityRedeem(Money amountMoney,
String paymentId,
String referenceId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
String |
getPaymentId()
Getter for PaymentId.
|
String |
getReferenceId()
Getter for ReferenceId.
|
int |
hashCode() |
GiftCardActivityRedeem.Builder |
toBuilder()
Builds a new
GiftCardActivityRedeem.Builder object. |
String |
toString()
Converts this GiftCardActivityRedeem into string format.
|
public Money getAmountMoney()
public String getPaymentId()
public String getReferenceId()
public String toString()
public GiftCardActivityRedeem.Builder toBuilder()
GiftCardActivityRedeem.Builder object.
Creates the instance with the state of the current model.GiftCardActivityRedeem.Builder objectCopyright © 2022. All rights reserved.