Package com.stripe.model
Class Charge.PaymentMethodDetails.KrCard
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.KrCard
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about KrCard, 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 booleanbooleangetBrand()The local credit or debit card brand.A unique identifier for the buyer as determined by the local payment processor.getLast4()The last four digits of the card.The Korean Card transaction ID associated with this payment.inthashCode()voidThe local credit or debit card brand.voidsetBuyerId(String buyerId) A unique identifier for the buyer as determined by the local payment processor.voidThe last four digits of the card.voidsetTransactionId(String transactionId) The Korean Card 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
-
KrCard
public KrCard()
-
-
Method Details
-
getBrand
The local credit or debit card brand.One of
bc,citi,hana,hyundai,jeju,jeonbuk,kakaobank,kbank,kdbbank,kookmin,kwangju,lotte,mg,nh,post,samsung,savingsbank,shinhan,shinhyup,suhyup,tossbank, orwoori. -
getBuyerId
A unique identifier for the buyer as determined by the local payment processor. -
getLast4
The last four digits of the card. This may not be present for American Express cards. -
getTransactionId
The Korean Card transaction ID associated with this payment. -
setBrand
The local credit or debit card brand.One of
bc,citi,hana,hyundai,jeju,jeonbuk,kakaobank,kbank,kdbbank,kookmin,kwangju,lotte,mg,nh,post,samsung,savingsbank,shinhan,shinhyup,suhyup,tossbank, orwoori. -
setBuyerId
A unique identifier for the buyer as determined by the local payment processor. -
setLast4
The last four digits of the card. This may not be present for American Express cards. -
setTransactionId
The Korean Card transaction ID associated with this payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-