setPaymentMethodType
fun setPaymentMethodType(paymentMethodType: PaymentMethod.Type): AddPaymentMethodActivityStarter.Args.Builder
Content 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.