Package com.stripe.model
Class Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance
public static class Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer
extends StripeObject
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setEuBankTransfer
(Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer.EuBankTransfer euBankTransfer) void
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BankTransfer
public BankTransfer()
-
-
Method Details
-
getEuBankTransfer
public Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer.EuBankTransfer getEuBankTransfer() -
getType
-
setEuBankTransfer
public void setEuBankTransfer(Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer.EuBankTransfer euBankTransfer) -
setType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-