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
Modifier and TypeClassDescriptionstatic class
ABA Records contain U.S.static class
Iban Records contain E.U.static class
Sort Code Records contain U.K.static class
SPEI Records contain Mexico bank account details per the SPEI format.static class
SWIFT Records contain U.S.static class
Zengin 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getAba()
getIban()
getSpei()
getSwift()
getType()
int
hashCode()
void
void
void
setSortCode
(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.SortCode sortCode) void
void
setSupportedNetworks
(List<String> supportedNetworks) void
void
void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FinancialAddress
public FinancialAddress()
-
-
Method Details
-
getAba
-
getIban
-
getSortCode
public PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.SortCode getSortCode() -
getSpei
-
getSupportedNetworks
-
getSwift
-
getType
-
getZengin
-
setAba
public void setAba(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Aba aba) -
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
-
setSwift
public void setSwift(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Swift swift) -
setType
-
setZengin
public void setZengin(PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Zengin zengin) -
equals
-
canEqual
-
hashCode
public int hashCode()
-