Builder
Used to create a Card object with the user's card details. To create a Card with a Stripe token (e.g. for Google Pay), use Card.create.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setExpiryMonth(expiryMonth: Int?): PaymentMethodCreateParams.Card.Builder
Content copied to clipboard
Link copied to clipboard
fun setExpiryYear(expiryYear: Int?): PaymentMethodCreateParams.Card.Builder
Content copied to clipboard
Link copied to clipboard