Package com.stripe.model.checkout
Class Session.PaymentMethodOptions.Swish
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodOptions.Swish
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.PaymentMethodOptions
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The order reference that will be displayed to customers in the Swish application.int
hashCode()
void
setReference
(String reference) The order reference that will be displayed to customers in the Swish application.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Swish
public Swish()
-
-
Method Details
-
getReference
The order reference that will be displayed to customers in the Swish application. Defaults to theid
of the Payment Intent. -
setReference
The order reference that will be displayed to customers in the Swish application. Defaults to theid
of the Payment Intent. -
equals
-
canEqual
-
hashCode
public int hashCode()
-