Package com.stripe.model.checkout
Class Session.PaymentMethodOptions.Pix
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodOptions.Pix
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.PaymentMethodOptions
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe number of seconds after which Pix payment will expire.inthashCode()voidsetExpiresAfterSeconds(Long expiresAfterSeconds) The number of seconds after which Pix payment will expire.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Pix
public Pix()
-
-
Method Details