Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.KakaoPay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.KakaoPay
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.PaymentMethodDetails
For more details about KakaoPay, 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
A unique identifier for the buyer as determined by the local payment processor.The Kakao Pay transaction ID associated with this payment.int
hashCode()
void
setBuyerId
(String buyerId) A unique identifier for the buyer as determined by the local payment processor.void
setTransactionId
(String transactionId) The Kakao Pay transaction ID associated with this payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
KakaoPay
public KakaoPay()
-
-
Method Details
-
getBuyerId
A unique identifier for the buyer as determined by the local payment processor. -
getTransactionId
The Kakao Pay transaction ID associated with this payment. -
setBuyerId
A unique identifier for the buyer as determined by the local payment processor. -
setTransactionId
The Kakao Pay transaction ID associated with this payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-