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

public static class Charge.PaymentMethodDetails.KrCard extends StripeObject
For more details about KrCard, please refer to the API Reference.
  • Constructor Details

    • KrCard

      public KrCard()
  • Method Details

    • getBrand

      public String 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, or woori.

    • getBuyerId

      public String getBuyerId()
      A unique identifier for the buyer as determined by the local payment processor.
    • getLast4

      public String getLast4()
      The last four digits of the card. This may not be present for American Express cards.
    • setBrand

      public void setBrand(String brand)
      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, or woori.

    • setBuyerId

      public void setBuyerId(String buyerId)
      A unique identifier for the buyer as determined by the local payment processor.
    • setLast4

      public void setLast4(String last4)
      The last four digits of the card. This may not be present for American Express cards.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object