Package com.stripe.model.v2.payments
Class OffSessionPayment.PaymentsOrchestration
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.OffSessionPayment.PaymentsOrchestration
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OffSessionPayment
Details about the payments orchestration configuration.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
True when you want to enable payments orchestration for this off-session payment.int
hashCode()
void
setEnabled
(Boolean enabled) True when you want to enable payments orchestration for this off-session payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentsOrchestration
public PaymentsOrchestration()
-
-
Method Details
-
getEnabled
True when you want to enable payments orchestration for this off-session payment. False otherwise. -
setEnabled
True when you want to enable payments orchestration for this off-session payment. False otherwise. -
equals
-
canEqual
-
hashCode
public int hashCode()
-