public class GiftCardActivityLoad extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GiftCardActivityLoad.Builder
Class to build instances of
GiftCardActivityLoad. |
| Constructor and Description |
|---|
GiftCardActivityLoad(Money amountMoney,
String orderId,
String lineItemUid,
String referenceId,
List<String> buyerPaymentInstrumentIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
List<String> |
getBuyerPaymentInstrumentIds()
Getter for BuyerPaymentInstrumentIds.
|
String |
getLineItemUid()
Getter for LineItemUid.
|
String |
getOrderId()
Getter for OrderId.
|
String |
getReferenceId()
Getter for ReferenceId.
|
int |
hashCode() |
GiftCardActivityLoad.Builder |
toBuilder()
Builds a new
GiftCardActivityLoad.Builder object. |
String |
toString()
Converts this GiftCardActivityLoad into string format.
|
public GiftCardActivityLoad(Money amountMoney, String orderId, String lineItemUid, String referenceId, List<String> buyerPaymentInstrumentIds)
amountMoney - Money value for amountMoney.orderId - String value for orderId.lineItemUid - String value for lineItemUid.referenceId - String value for referenceId.buyerPaymentInstrumentIds - List of String value for buyerPaymentInstrumentIds.public Money getAmountMoney()
public String getOrderId()
public String getLineItemUid()
public String getReferenceId()
public List<String> getBuyerPaymentInstrumentIds()
public String toString()
public GiftCardActivityLoad.Builder toBuilder()
GiftCardActivityLoad.Builder object.
Creates the instance with the state of the current model.GiftCardActivityLoad.Builder objectCopyright © 2022. All rights reserved.