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 |
card(Boolean card)
Setter for card.
|
InvoiceAcceptedPaymentMethods.Builder |
squareGiftCard(Boolean squareGiftCard)
Setter for squareGiftCard.
|
public InvoiceAcceptedPaymentMethods.Builder card(Boolean card)
card - Boolean value for card.public InvoiceAcceptedPaymentMethods.Builder squareGiftCard(Boolean squareGiftCard)
squareGiftCard - Boolean value for squareGiftCard.public InvoiceAcceptedPaymentMethods.Builder bankAccount(Boolean bankAccount)
bankAccount - Boolean value for bankAccount.public InvoiceAcceptedPaymentMethods build()
InvoiceAcceptedPaymentMethods object using the set fields.InvoiceAcceptedPaymentMethodsCopyright © 2022. All rights reserved.