Card
data class Card @JvmOverloads constructor(val expiryDate: ExpiryDate, val name: String? = null, val number: String, val cvv: String? = null, val billingAddress: Address? = null, val phone: Phone? = null)
A representation of a Card API object
Constructors
Properties
Link copied to clipboard
Billing Address Address
Link copied to clipboard
ExpiryDate of the Card. See ExpiryDate