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

public static class Session.PaymentMethodOptions.Swish extends StripeObject
  • Constructor Details

    • Swish

      public Swish()
  • Method Details

    • getReference

      public String getReference()
      The order reference that will be displayed to customers in the Swish application. Defaults to the id of the Payment Intent.
    • setReference

      public void setReference(String reference)
      The order reference that will be displayed to customers in the Swish application. Defaults to the id of the Payment Intent.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object