Class PaymentIntent.PaymentMethodOptions.WechatPay

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.WechatPay
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentMethodOptions

public static class PaymentIntent.PaymentMethodOptions.WechatPay extends StripeObject
For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
  • Constructor Details

    • WechatPay

      public WechatPay()
  • Method Details

    • getAppId

      public String getAppId()
    • getClient

      public String getClient()
    • getSetupFutureUsage

      public String getSetupFutureUsage()
    • setAppId

      public void setAppId(String appId)
    • setClient

      public void setClient(String client)
    • setSetupFutureUsage

      public void setSetupFutureUsage(String setupFutureUsage)
    • 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