Class OutboundPayment.DeliveryOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPayment.DeliveryOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
Delivery options to be used to send the OutboundPayment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDelivery options for paper check. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanOpen Enum.Delivery options for paper check.getSpeed()Open Enum.inthashCode()voidsetBankAccount(String bankAccount) Open Enum.voidDelivery options for paper check.voidOpen Enum.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DeliveryOptions
public DeliveryOptions()
-
-
Method Details
-
getBankAccount
Open Enum. Method for bank account.One of
automatic,local, orwire. -
getPaperCheck
Delivery options for paper check. -
getSpeed
Open Enum. Speed of the payout.One of
instant,next_business_day, orstandard. -
setBankAccount
Open Enum. Method for bank account.One of
automatic,local, orwire. -
setPaperCheck
Delivery options for paper check. -
setSpeed
Open Enum. Speed of the payout.One of
instant,next_business_day, orstandard. -
equals
-
canEqual
-
hashCode
public int hashCode()
-