Class Charge.PaymentMethodDetails.NaverPay

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

public static class Charge.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()
      A unique identifier for the buyer as determined by the local payment processor.
    • setBuyerId

      public void setBuyerId(String buyerId)
      A unique identifier for the buyer as determined by the local payment processor.
    • 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