Card
data class Card @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor( number: String? = null, expiryMonth: Int? = null, expiryYear: Int? = null, cvc: String? = null, token: String? = null, attribution: Set<String>? = null) : StripeParamsModel, Parcelable
Content copied to clipboard
Constructors
Types
Link copied to clipboard
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.