public class GiftCardActivityRedeem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GiftCardActivityRedeem.Builder
Class to build instances of
GiftCardActivityRedeem. |
| Modifier | Constructor and Description |
|---|---|
protected |
GiftCardActivityRedeem(Money amountMoney,
String paymentId,
io.apimatic.core.types.OptionalNullable<String> referenceId,
String status)
Initialization constructor.
|
|
GiftCardActivityRedeem(Money amountMoney,
String paymentId,
String referenceId,
String status)
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.
|
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReferenceId()
Internal Getter for ReferenceId.
|
GiftCardActivityRedeem.Builder |
toBuilder()
Builds a new
GiftCardActivityRedeem.Builder object. |
String |
toString()
Converts this GiftCardActivityRedeem into string format.
|
public GiftCardActivityRedeem(Money amountMoney, String paymentId, String referenceId, String status)
amountMoney - Money value for amountMoney.paymentId - String value for paymentId.referenceId - String value for referenceId.status - String value for status.protected GiftCardActivityRedeem(Money amountMoney, String paymentId, io.apimatic.core.types.OptionalNullable<String> referenceId, String status)
amountMoney - Money value for amountMoney.paymentId - String value for paymentId.referenceId - String value for referenceId.status - String value for status.public Money getAmountMoney()
public String getPaymentId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReferenceId()
public String getReferenceId()
public String getStatus()
public String toString()
public GiftCardActivityRedeem.Builder toBuilder()
GiftCardActivityRedeem.Builder object.
Creates the instance with the state of the current model.GiftCardActivityRedeem.Builder objectCopyright © 2024. All rights reserved.