Class Session.PaymentMethodOptions.NaverPay

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

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

    • NaverPay

      public NaverPay()
  • Method Details

    • getCaptureMethod

      public String getCaptureMethod()
      Controls when the funds will be captured from the customer's account.

      Equal to manual.

    • setCaptureMethod

      public void setCaptureMethod(String captureMethod)
      Controls when the funds will be captured from the customer's account.

      Equal to manual.

    • 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