data class PaymentMethod
<init> |
PaymentMethod(token: String, paymentType: String, cardType: String? = null, lastFour: String? = null, name: String? = null) |
cardType |
val cardType: String? |
lastFour |
val lastFour: String? |
name |
val name: String? |
paymentType |
val paymentType: String |
token |
val token: String |