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 boolean
boolean
getBrand()
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.int
hashCode()
void
The local credit or debit card brand.void
setBuyerId
(String buyerId) A unique identifier for the buyer as determined by the local payment processor.void
The last four digits of the card.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. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-