Class Charge.PaymentMethodDetails.Swish

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Swish
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.Swish extends StripeObject
  • Constructor Details

    • Swish

      public Swish()
  • Method Details

    • getFingerprint

      public String getFingerprint()
      Uniquely identifies the payer's Swish account. You can use this attribute to check whether two Swish transactions were paid for by the same payer
    • getPaymentReference

      public String getPaymentReference()
      Payer bank reference number for the payment.
    • getVerifiedPhoneLast4

      public String getVerifiedPhoneLast4()
      The last four digits of the Swish account phone number.
    • setFingerprint

      public void setFingerprint(String fingerprint)
      Uniquely identifies the payer's Swish account. You can use this attribute to check whether two Swish transactions were paid for by the same payer
    • setPaymentReference

      public void setPaymentReference(String paymentReference)
      Payer bank reference number for the payment.
    • setVerifiedPhoneLast4

      public void setVerifiedPhoneLast4(String verifiedPhoneLast4)
      The last four digits of the Swish account phone number.
    • 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