Package com.stripe.model
Class Charge.PaymentMethodDetails.KakaoPay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.KakaoPay
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about KakaoPay, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanA unique identifier for the buyer as determined by the local payment processor.The Kakao Pay transaction ID associated with this payment.inthashCode()voidsetBuyerId(String buyerId) A unique identifier for the buyer as determined by the local payment processor.voidsetTransactionId(String transactionId) The Kakao Pay transaction ID associated with this payment.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
KakaoPaypublic KakaoPay()
 
- 
- 
Method Details- 
getBuyerIdA unique identifier for the buyer as determined by the local payment processor.
- 
getTransactionIdThe Kakao Pay transaction ID associated with this payment.
- 
setBuyerIdA unique identifier for the buyer as determined by the local payment processor.
- 
setTransactionIdThe Kakao Pay transaction ID associated with this payment.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-