Module tdlight.api

Class TdApi.PaymentProviderStripe

Enclosing class:
TdApi

public static final class TdApi.PaymentProviderStripe extends TdApi.PaymentProvider
Stripe payment provider.
  • Field Details

    • publishableKey

      public String publishableKey
      Stripe API publishable key.
    • needCountry

      public boolean needCountry
      True, if the user country must be provided.
    • needPostalCode

      public boolean needPostalCode
      True, if the user ZIP/postal code must be provided.
    • needCardholderName

      public boolean needCardholderName
      True, if the cardholder name must be provided.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • PaymentProviderStripe

      public PaymentProviderStripe()
      Stripe payment provider.
    • PaymentProviderStripe

      public PaymentProviderStripe(String publishableKey, boolean needCountry, boolean needPostalCode, boolean needCardholderName)
      Stripe payment provider.
      Parameters:
      publishableKey - String Stripe API publishable key.
      needCountry - boolean True, if the user country must be provided.
      needPostalCode - boolean True, if the user ZIP/postal code must be provided.
      needCardholderName - boolean True, if the cardholder name must be provided.
    • PaymentProviderStripe

      public PaymentProviderStripe(DataInput input) throws IOException
      Stripe payment provider.
      Throws:
      IOException
  • Method Details