public static class InvoiceAcceptedPaymentMethods.Builder extends Object
InvoiceAcceptedPaymentMethods.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceAcceptedPaymentMethods.Builder |
bankAccount(Boolean bankAccount)
Setter for bankAccount.
|
InvoiceAcceptedPaymentMethods |
build()
Builds a new
InvoiceAcceptedPaymentMethods object using the set fields. |
InvoiceAcceptedPaymentMethods.Builder |
buyNowPayLater(Boolean buyNowPayLater)
Setter for buyNowPayLater.
|
InvoiceAcceptedPaymentMethods.Builder |
card(Boolean card)
Setter for card.
|
InvoiceAcceptedPaymentMethods.Builder |
squareGiftCard(Boolean squareGiftCard)
Setter for squareGiftCard.
|
InvoiceAcceptedPaymentMethods.Builder |
unsetBankAccount()
UnSetter for bankAccount.
|
InvoiceAcceptedPaymentMethods.Builder |
unsetBuyNowPayLater()
UnSetter for buyNowPayLater.
|
InvoiceAcceptedPaymentMethods.Builder |
unsetCard()
UnSetter for card.
|
InvoiceAcceptedPaymentMethods.Builder |
unsetSquareGiftCard()
UnSetter for squareGiftCard.
|
public InvoiceAcceptedPaymentMethods.Builder card(Boolean card)
card - Boolean value for card.public InvoiceAcceptedPaymentMethods.Builder unsetCard()
public InvoiceAcceptedPaymentMethods.Builder squareGiftCard(Boolean squareGiftCard)
squareGiftCard - Boolean value for squareGiftCard.public InvoiceAcceptedPaymentMethods.Builder unsetSquareGiftCard()
public InvoiceAcceptedPaymentMethods.Builder bankAccount(Boolean bankAccount)
bankAccount - Boolean value for bankAccount.public InvoiceAcceptedPaymentMethods.Builder unsetBankAccount()
public InvoiceAcceptedPaymentMethods.Builder buyNowPayLater(Boolean buyNowPayLater)
buyNowPayLater - Boolean value for buyNowPayLater.public InvoiceAcceptedPaymentMethods.Builder unsetBuyNowPayLater()
public InvoiceAcceptedPaymentMethods build()
InvoiceAcceptedPaymentMethods object using the set fields.InvoiceAcceptedPaymentMethodsCopyright © 2023. All rights reserved.