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