Builder

constructor(paymentIntent: PaymentIntent, countryCode: String, googlePayOptions: GooglePayOptions? = null)

Constructor for static PaymentIntent


constructor(paymentIntentProvider: PaymentIntentProvider, countryCode: String, customerId: String? = null, googlePayOptions: GooglePayOptions? = null)

Constructor for PaymentIntentProvider


constructor(paymentIntentSource: PaymentIntentSource, countryCode: String, customerId: String? = null, googlePayOptions: GooglePayOptions? = null)

Constructor for PaymentIntentSource (modern suspend-based version)