Builder
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
fun setAddPaymentMethodFooter(@LayoutRes addPaymentMethodFooterLayoutId: Int): AddPaymentMethodActivityStarter.Args.Builder
Link copied to clipboard
fun setBillingAddressFields(billingAddressFields: BillingAddressFields): AddPaymentMethodActivityStarter.Args.Builder
Link copied to clipboard
fun setPaymentConfiguration(paymentConfiguration: PaymentConfiguration?): AddPaymentMethodActivityStarter.Args.Builder
Link copied to clipboard
fun setPaymentMethodType(paymentMethodType: PaymentMethod.Type): AddPaymentMethodActivityStarter.Args.Builder
Optional: specify the PaymentMethod.Type of the payment method to create based on the customer's input (i.e. the form that will be presented to the customer). If unspecified, defaults to PaymentMethod.Type.Card. Currently only PaymentMethod.Type.Card and PaymentMethod.Type.Fpx are supported.
Link copied to clipboard
fun setShouldAttachToCustomer(shouldAttachToCustomer: Boolean): AddPaymentMethodActivityStarter.Args.Builder
If true, the created Payment Method will be attached to the current Customer using an already-initialized com.stripe.android.CustomerSession.
Link copied to clipboard