Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

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