Package com.stripe.model
Class PaymentMethod.NaverPay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.NaverPay
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
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.Whether to fund this transaction with Naver Pay points or a card.int
hashCode()
void
setBuyerId
(String buyerId) Uniquely identifies this particular Naver Pay account.void
setFunding
(String funding) Whether to fund this transaction with Naver Pay points or a card.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. -
getFunding
Whether to fund this transaction with Naver Pay points or a card.One of
card
, orpoints
. -
setBuyerId
Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same. -
setFunding
Whether to fund this transaction with Naver Pay points or a card.One of
card
, orpoints
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-