Class OutboundPayment.DeliveryOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPayment.DeliveryOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
For more details about DeliveryOptions, 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 boolean
boolean
Open Enum.int
hashCode()
void
setBankAccount
(String bankAccount) Open 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