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.
|
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 build()
GiftCardActivityRedeem object using the set fields.GiftCardActivityRedeemCopyright © 2022. All rights reserved.