public static class GiftCardActivityRedeem.Builder extends Object
GiftCardActivityRedeem.| Constructor and Description |
|---|
Builder(Money amountMoney)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GiftCardActivityRedeem.Builder |
amountMoney(Money amountMoney)
Setter for amountMoney.
|
GiftCardActivityRedeem |
build()
Builds a new
GiftCardActivityRedeem object using the set fields. |
GiftCardActivityRedeem.Builder |
paymentId(String paymentId)
Setter for paymentId.
|
GiftCardActivityRedeem.Builder |
referenceId(String referenceId)
Setter for referenceId.
|
GiftCardActivityRedeem.Builder |
status(String status)
Setter for status.
|
GiftCardActivityRedeem.Builder |
unsetReferenceId()
UnSetter for referenceId.
|
public Builder(Money amountMoney)
amountMoney - Money value for amountMoney.public GiftCardActivityRedeem.Builder amountMoney(Money amountMoney)
amountMoney - Money value for amountMoney.public GiftCardActivityRedeem.Builder paymentId(String paymentId)
paymentId - String value for paymentId.public GiftCardActivityRedeem.Builder referenceId(String referenceId)
referenceId - String value for referenceId.public GiftCardActivityRedeem.Builder unsetReferenceId()
public GiftCardActivityRedeem.Builder status(String status)
status - String value for status.public GiftCardActivityRedeem build()
GiftCardActivityRedeem object using the set fields.GiftCardActivityRedeemCopyright © 2024. All rights reserved.