Package com.stripe.model.v2.core
Class Account.Configuration.Recipient
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Recipient
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration
For more details about Recipient, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Capabilities, please refer to the API Reference.static class
For more details about DefaultOutboundDestination, 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
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.Capabilities that have been requested on the Recipient Configuration.The payout method to be used as a default outbound destination.int
hashCode()
void
setApplied
(Boolean applied) Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.void
setCapabilities
(Account.Configuration.Recipient.Capabilities capabilities) Capabilities that have been requested on the Recipient Configuration.void
setDefaultOutboundDestination
(Account.Configuration.Recipient.DefaultOutboundDestination defaultOutboundDestination) The payout method to be used as a default outbound destination.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Recipient
public Recipient()
-
-
Method Details
-
getApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
getCapabilities
Capabilities that have been requested on the Recipient Configuration. -
getDefaultOutboundDestination
The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard. -
setApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
setCapabilities
Capabilities that have been requested on the Recipient Configuration. -
setDefaultOutboundDestination
public void setDefaultOutboundDestination(Account.Configuration.Recipient.DefaultOutboundDestination defaultOutboundDestination) The payout method to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through the dashboard. -
equals
-
canEqual
-
hashCode
public int hashCode()
-