Package com.stripe.android.paymentsheet.forms

Types

Link copied to clipboard

This requirement is dependent on the configuration passed by the app to the SDK.

Link copied to clipboard
data class PaymentMethodRequirements(    val piRequirements: Set<PIRequirement>?,     val siRequirements: Set<SIRequirement>?,     confirmPMFromCustomer: Boolean?)
Link copied to clipboard
interface PIRequirement : Requirement
Link copied to clipboard
interface Requirement
Link copied to clipboard
object ShippingAddress : PIRequirement

The Payment Method requires a shipping address in the Payment Intent. The fields required are name, address line 1, country, and postal code.

Link copied to clipboard
interface SIRequirement : Requirement