public class InvoiceAcceptedPaymentMethods extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceAcceptedPaymentMethods.Builder
Class to build instances of
InvoiceAcceptedPaymentMethods. |
| Modifier | Constructor and Description |
|---|---|
|
InvoiceAcceptedPaymentMethods(Boolean card,
Boolean squareGiftCard,
Boolean bankAccount,
Boolean buyNowPayLater)
Initialization constructor.
|
protected |
InvoiceAcceptedPaymentMethods(io.apimatic.core.types.OptionalNullable<Boolean> card,
io.apimatic.core.types.OptionalNullable<Boolean> squareGiftCard,
io.apimatic.core.types.OptionalNullable<Boolean> bankAccount,
io.apimatic.core.types.OptionalNullable<Boolean> buyNowPayLater)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getBankAccount()
Getter for BankAccount.
|
Boolean |
getBuyNowPayLater()
Getter for BuyNowPayLater.
|
Boolean |
getCard()
Getter for Card.
|
Boolean |
getSquareGiftCard()
Getter for SquareGiftCard.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetBankAccount()
Internal Getter for BankAccount.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetBuyNowPayLater()
Internal Getter for BuyNowPayLater.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetCard()
Internal Getter for Card.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetSquareGiftCard()
Internal Getter for SquareGiftCard.
|
InvoiceAcceptedPaymentMethods.Builder |
toBuilder()
Builds a new
InvoiceAcceptedPaymentMethods.Builder object. |
String |
toString()
Converts this InvoiceAcceptedPaymentMethods into string format.
|
public InvoiceAcceptedPaymentMethods(Boolean card, Boolean squareGiftCard, Boolean bankAccount, Boolean buyNowPayLater)
card - Boolean value for card.squareGiftCard - Boolean value for squareGiftCard.bankAccount - Boolean value for bankAccount.buyNowPayLater - Boolean value for buyNowPayLater.protected InvoiceAcceptedPaymentMethods(io.apimatic.core.types.OptionalNullable<Boolean> card, io.apimatic.core.types.OptionalNullable<Boolean> squareGiftCard, io.apimatic.core.types.OptionalNullable<Boolean> bankAccount, io.apimatic.core.types.OptionalNullable<Boolean> buyNowPayLater)
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetCard()
public Boolean getCard()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetSquareGiftCard()
public Boolean getSquareGiftCard()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetBankAccount()
public Boolean getBankAccount()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetBuyNowPayLater()
public Boolean getBuyNowPayLater()
public String toString()
public InvoiceAcceptedPaymentMethods.Builder toBuilder()
InvoiceAcceptedPaymentMethods.Builder object.
Creates the instance with the state of the current model.InvoiceAcceptedPaymentMethods.Builder objectCopyright © 2023. All rights reserved.