public class InvoiceAcceptedPaymentMethods extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceAcceptedPaymentMethods.Builder
Class to build instances of
InvoiceAcceptedPaymentMethods. |
| Constructor and Description |
|---|
InvoiceAcceptedPaymentMethods(Boolean card,
Boolean squareGiftCard,
Boolean bankAccount)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getBankAccount()
Getter for BankAccount.
|
Boolean |
getCard()
Getter for Card.
|
Boolean |
getSquareGiftCard()
Getter for SquareGiftCard.
|
int |
hashCode() |
InvoiceAcceptedPaymentMethods.Builder |
toBuilder()
Builds a new
InvoiceAcceptedPaymentMethods.Builder object. |
String |
toString()
Converts this InvoiceAcceptedPaymentMethods into string format.
|
public Boolean getCard()
public Boolean getSquareGiftCard()
public Boolean getBankAccount()
public String toString()
public InvoiceAcceptedPaymentMethods.Builder toBuilder()
InvoiceAcceptedPaymentMethods.Builder object.
Creates the instance with the state of the current model.InvoiceAcceptedPaymentMethods.Builder objectCopyright © 2022. All rights reserved.