Package com.stripe.model.treasury
Class FinancialAccountFeatures.OutboundPayments.UsDomesticWire
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccountFeatures.OutboundPayments.UsDomesticWire
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
FinancialAccountFeatures.OutboundPayments
The
platform_restrictions
that are restricting this Feature.
One of inbound_flows
, or outbound_flows
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setRequested
(Boolean requested) void
void
setStatusDetails
(List<FinancialAccountFeatures.OutboundPayments.UsDomesticWire.StatusDetails> statusDetails) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsDomesticWire
public UsDomesticWire()
-
-
Method Details
-
getRequested
-
getStatus
-
getStatusDetails
public List<FinancialAccountFeatures.OutboundPayments.UsDomesticWire.StatusDetails> getStatusDetails() -
setRequested
-
setStatus
-
setStatusDetails
public void setStatusDetails(List<FinancialAccountFeatures.OutboundPayments.UsDomesticWire.StatusDetails> statusDetails) -
equals
-
canEqual
-
hashCode
public int hashCode()
-