ConsumerPaymentDetails

data class ConsumerPaymentDetails : StripeModel

Types

Link copied to clipboard
data class Card(id: String, isDefault: Boolean, expiryYear: Int, expiryMonth: Int, brand: CardBrand, last4: String) : ConsumerPaymentDetails.PaymentDetails
Link copied to clipboard
sealed class PaymentDetails : Parcelable

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard