Package com.stripe.model.treasury
Class OutboundPayment.DestinationPaymentMethodDetails.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundPayment.DestinationPaymentMethodDetails.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment.DestinationPaymentMethodDetails
public static class OutboundPayment.DestinationPaymentMethodDetails.UsBankAccount
extends StripeObject
For more details about UsBankAccount, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetLast4()Get ID of expandablemandateobject.Get expandedmandate.inthashCode()voidsetAccountHolderType(String accountHolderType) voidsetAccountType(String accountType) voidsetBankName(String bankName) voidsetFingerprint(String fingerprint) voidvoidsetMandate(String id) voidsetMandateObject(Mandate expandableObject) voidsetNetwork(String network) voidsetRoutingNumber(String routingNumber) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
getMandate
Get ID of expandablemandateobject. -
setMandate
-
getMandateObject
Get expandedmandate. -
setMandateObject
-
getAccountHolderType
-
getAccountType
-
getBankName
-
getFingerprint
-
getLast4
-
getNetwork
-
getRoutingNumber
-
setAccountHolderType
-
setAccountType
-
setBankName
-
setFingerprint
-
setLast4
-
setNetwork
-
setRoutingNumber
-
equals
-
canEqual
-
hashCode
public int hashCode()
-