Class PaymentIntent.NextAction.WechatPayRedirectToAndroidApp

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

public static class PaymentIntent.NextAction.WechatPayRedirectToAndroidApp extends StripeObject
  • Constructor Details

    • WechatPayRedirectToAndroidApp

      public WechatPayRedirectToAndroidApp()
  • Method Details

    • getPackage

      public String getPackage()
    • setPackage

      public void setPackage(String package_)
    • getAppId

      public String getAppId()
      app_id is the APP ID registered on WeChat open platform.
    • getNonceStr

      public String getNonceStr()
      nonce_str is a random string.
    • getPartnerId

      public String getPartnerId()
      an unique merchant ID assigned by WeChat Pay.
    • getPrepayId

      public String getPrepayId()
      an unique trading ID assigned by WeChat Pay.
    • getSign

      public String getSign()
      A signature.
    • getTimestamp

      public String getTimestamp()
      Specifies the current time in epoch format.
    • getPackage_

      public String getPackage_()
    • setAppId

      public void setAppId(String appId)
      app_id is the APP ID registered on WeChat open platform.
    • setNonceStr

      public void setNonceStr(String nonceStr)
      nonce_str is a random string.
    • setPartnerId

      public void setPartnerId(String partnerId)
      an unique merchant ID assigned by WeChat Pay.
    • setPrepayId

      public void setPrepayId(String prepayId)
      an unique trading ID assigned by WeChat Pay.
    • setSign

      public void setSign(String sign)
      A signature.
    • setTimestamp

      public void setTimestamp(String timestamp)
      Specifies the current time in epoch format.
    • setPackage_

      public void setPackage_(String package_)
    • 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