toggle menu
forage-android
4.0.0
androidJvm
switch theme
search in API
forage-android
/
com.joinforage.forage.android.core.services.forageapi.paymentmethod
/
EbtCard
Ebt
Card
data
class
EbtCard
(
val
last4
:
String
,
val
fingerprint
:
String
,
token
:
String
,
number
:
String
?
,
val
usState
:
USState
?
=
null
)
:
Card
Members
Constructors
Ebt
Card
Link copied to clipboard
constructor
(
last4
:
String
,
fingerprint
:
String
,
token
:
String
,
number
:
String
?
,
usState
:
USState
?
=
null
)
Properties
fingerprint
Link copied to clipboard
val
fingerprint
:
String
last4
Link copied to clipboard
open
override
val
last4
:
String
The last 4 digits of the EBT Card number.
us
State
Link copied to clipboard
val
usState
:
USState
?
=
null
The US state that issued the EBT Card.