Package com.stripe.model
Class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction.DisplayBankTransferInstructions
public static class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress
extends StripeObject
FinancialAddresses contain identifying information that resolves to a FinancialAccount.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIban Records contain E.U.static classSort Code Records contain U.K.static classSPEI Records contain Mexico bank account details per the SPEI format.static classZengin Records contain Japan bank account details per the Zengin format. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetIban()getSpei()getType()inthashCode()voidvoidsetSortCode(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.SortCode sortCode) voidvoidsetSupportedNetworks(List<String> supportedNetworks) voidvoidMethods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialAddress
public FinancialAddress()
-
-
Method Details
-
getIban
-
getSortCode
public PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.SortCode getSortCode() -
getSpei
-
getSupportedNetworks
-
getType
-
getZengin
-
setIban
public void setIban(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Iban iban) -
setSortCode
public void setSortCode(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.SortCode sortCode) -
setSpei
public void setSpei(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Spei spei) -
setSupportedNetworks
-
setType
-
setZengin
public void setZengin(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Zengin zengin) -
equals
-
canEqual
-
hashCode
public int hashCode()
-