Package com.stripe.model
Class SetupAttempt.PaymentMethodDetails.NaverPay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupAttempt.PaymentMethodDetails.NaverPay
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupAttempt.PaymentMethodDetails
For more details about NaverPay, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Uniquely identifies this particular Naver Pay account.int
hashCode()
void
setBuyerId
(String buyerId) Uniquely identifies this particular Naver Pay account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NaverPay
public NaverPay()
-
-
Method Details
-
getBuyerId
Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same. -
setBuyerId
Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same. -
equals
-
canEqual
-
hashCode
public int hashCode()
-