toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
PaymentMethod
Payment
Method
@
Serializable
data
class
PaymentMethod
(
val
id
:
String
,
val
paymentMethodType
:
String
,
val
brand
:
String
,
val
expMonth
:
Int
,
val
expYear
:
Int
,
val
last4
:
String
,
val
name
:
String
,
val
postalCode
:
String
,
val
created
:
Int
,
val
walletId
:
String
)
Members
Constructors
Payment
Method
Link copied to clipboard
constructor
(
id
:
String
,
paymentMethodType
:
String
,
brand
:
String
,
expMonth
:
Int
,
expYear
:
Int
,
last4
:
String
,
name
:
String
,
postalCode
:
String
,
created
:
Int
,
walletId
:
String
)
Properties
brand
Link copied to clipboard
val
brand
:
String
created
Link copied to clipboard
val
created
:
Int
exp
Month
Link copied to clipboard
val
expMonth
:
Int
exp
Year
Link copied to clipboard
val
expYear
:
Int
id
Link copied to clipboard
val
id
:
String
last4
Link copied to clipboard
val
last4
:
String
name
Link copied to clipboard
val
name
:
String
payment
Method
Type
Link copied to clipboard
val
paymentMethodType
:
String
postal
Code
Link copied to clipboard
val
postalCode
:
String
wallet
Id
Link copied to clipboard
val
walletId
:
String