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