Package com.stripe.model
Class Charge.PaymentMethodDetails.P24
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Charge.PaymentMethodDetails.P24
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
public static class Charge.PaymentMethodDetails.P24 extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description P24()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getReference()
Unique reference for this Przelewy24 payment.java.lang.String
getVerifiedName()
Owner's verified full name.int
hashCode()
void
setReference(java.lang.String reference)
Unique reference for this Przelewy24 payment.void
setVerifiedName(java.lang.String verifiedName)
Owner's verified full name.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getReference
public java.lang.String getReference()
Unique reference for this Przelewy24 payment.
-
getVerifiedName
public java.lang.String getVerifiedName()
Owner's verified full name. Values are verified or provided by Przelewy24 directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Przelewy24 rarely provides this information so the attribute is usually empty.
-
setReference
public void setReference(java.lang.String reference)
Unique reference for this Przelewy24 payment.
-
setVerifiedName
public void setVerifiedName(java.lang.String verifiedName)
Owner's verified full name. Values are verified or provided by Przelewy24 directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Przelewy24 rarely provides this information so the attribute is usually empty.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-