Package com.stripe.model
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Uniquely identifies the payer's Swish account.Payer bank reference number for the payment.The last four digits of the Swish account phone number.int
hashCode()
void
setFingerprint
(String fingerprint) Uniquely identifies the payer's Swish account.void
setPaymentReference
(String paymentReference) Payer bank reference number for the payment.void
setVerifiedPhoneLast4
(String verifiedPhoneLast4) The last four digits of the Swish account phone number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Swish
public Swish()
-
-
Method Details
-
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
Payer bank reference number for the payment. -
getVerifiedPhoneLast4
The last four digits of the Swish account phone number. -
setFingerprint
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
Payer bank reference number for the payment. -
setVerifiedPhoneLast4
The last four digits of the Swish account phone number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-