Class SetupAttempt.PaymentMethodDetails.NaverPay

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

public static class SetupAttempt.PaymentMethodDetails.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.
    • 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.
    • 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