public class GiftCardActivityUnlinkedActivityRefund extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GiftCardActivityUnlinkedActivityRefund.Builder
Class to build instances of
GiftCardActivityUnlinkedActivityRefund. |
| Constructor and Description |
|---|
GiftCardActivityUnlinkedActivityRefund(Money amountMoney,
String referenceId,
String paymentId)
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() |
GiftCardActivityUnlinkedActivityRefund.Builder |
toBuilder()
Builds a new
GiftCardActivityUnlinkedActivityRefund.Builder object. |
String |
toString()
Converts this GiftCardActivityUnlinkedActivityRefund into string format.
|
public GiftCardActivityUnlinkedActivityRefund(Money amountMoney, String referenceId, String paymentId)
amountMoney - Money value for amountMoney.referenceId - String value for referenceId.paymentId - String value for paymentId.public Money getAmountMoney()
public String getReferenceId()
public String getPaymentId()
public String toString()
public GiftCardActivityUnlinkedActivityRefund.Builder toBuilder()
GiftCardActivityUnlinkedActivityRefund.Builder object.
Creates the instance with the state of the current model.GiftCardActivityUnlinkedActivityRefund.Builder objectCopyright © 2022. All rights reserved.