Package com.stripe.model.treasury
Class FinancialAccountFeatures.OutboundPayments.Ach
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccountFeatures.OutboundPayments.Ach
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAccountFeatures.OutboundPayments
Toggle settings for enabling/disabling an ACH specific feature.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Additional details on the FinancialAccount Features information. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether the FinancialAccount should have the Feature.Whether the Feature is operational.Additional details; includes at least one entry when the status is notactive
.int
hashCode()
void
setRequested
(Boolean requested) Whether the FinancialAccount should have the Feature.void
Whether the Feature is operational.void
Additional details; includes at least one entry when the status is notactive
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Ach
public Ach()
-
-
Method Details
-
getRequested
Whether the FinancialAccount should have the Feature. -
getStatus
Whether the Feature is operational.One of
active
,pending
, orrestricted
. -
getStatusDetails
Additional details; includes at least one entry when the status is notactive
. -
setRequested
Whether the FinancialAccount should have the Feature. -
setStatus
Whether the Feature is operational.One of
active
,pending
, orrestricted
. -
setStatusDetails
public void setStatusDetails(List<FinancialAccountFeatures.OutboundPayments.Ach.StatusDetail> statusDetails) Additional details; includes at least one entry when the status is notactive
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-