PaymentMethod

constructor(    id: String,     paymentMethodType: String,     brand: String,     expMonth: Int,     expYear: Int,     last4: String,     name: String,     postalCode: String,     created: Int,     walletId: String)