Class PaymentMethod.NaverPay

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.NaverPay
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

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

    • NaverPay

      public NaverPay()
  • Method Details

    • getBuyerId

      public String getBuyerId()
      Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.
    • getFunding

      public String getFunding()
      Whether to fund this transaction with Naver Pay points or a card.

      One of card, or points.

    • setBuyerId

      public void setBuyerId(String buyerId)
      Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same.
    • setFunding

      public void setFunding(String funding)
      Whether to fund this transaction with Naver Pay points or a card.

      One of card, or points.

    • 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