Package com.stripe.model.treasury
Class OutboundTransfer.DestinationPaymentMethodDetails.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundTransfer.DestinationPaymentMethodDetails.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundTransfer.DestinationPaymentMethodDetails
public static class OutboundTransfer.DestinationPaymentMethodDetails.UsBankAccount
extends StripeObject
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getLast4()
Get ID of expandablemandate
object.int
hashCode()
void
setAccountHolderType
(String accountHolderType) void
setAccountType
(String accountType) void
setBankName
(String bankName) void
setFingerprint
(String fingerprint) void
void
setMandate
(String id) void
setMandateObject
(Mandate expandableObject) void
setNetwork
(String network) void
setRoutingNumber
(String routingNumber) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
getMandate
Get ID of expandablemandate
object. -
setMandate
-
getMandateObject
-
setMandateObject
-
getAccountHolderType
-
getAccountType
-
getBankName
-
getFingerprint
-
getLast4
-
getNetwork
-
getRoutingNumber
-
setAccountHolderType
-
setAccountType
-
setBankName
-
setFingerprint
-
setLast4
-
setNetwork
-
setRoutingNumber
-
equals
-
canEqual
-
hashCode
public int hashCode()
-