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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanUniquely identifies this particular Naver Pay account.Whether to fund this transaction with Naver Pay points or a card.inthashCode()voidsetBuyerId(String buyerId) Uniquely identifies this particular Naver Pay account.voidsetFunding(String funding) Whether to fund this transaction with Naver Pay points or a card.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
NaverPaypublic NaverPay()
 
- 
- 
Method Details- 
getBuyerIdUniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.
- 
getFundingWhether to fund this transaction with Naver Pay points or a card.One of card, orpoints.
- 
setBuyerIdUniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.
- 
setFundingWhether to fund this transaction with Naver Pay points or a card.One of card, orpoints.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-