toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.payment.creditcard.fiserv.data
/
CreditCardInfo
Credit
Card
Info
@
Serializable
data
class
CreditCardInfo
(
val
cardHolder
:
String
,
val
obfuscatedCardNumber
:
String
,
val
brand
:
String
,
val
expirationYear
:
String
,
val
expirationMonth
:
String
,
val
hostedDataId
:
String
,
val
schemeTransactionId
:
String
,
val
transactionId
:
String
,
val
storeId
:
String
)
Members
Constructors
Credit
Card
Info
Link copied to clipboard
constructor
(
cardHolder
:
String
,
obfuscatedCardNumber
:
String
,
brand
:
String
,
expirationYear
:
String
,
expirationMonth
:
String
,
hostedDataId
:
String
,
schemeTransactionId
:
String
,
transactionId
:
String
,
storeId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
brand
Link copied to clipboard
@
SerialName
(
value
=
"ccBrand"
)
val
brand
:
String
card
Holder
Link copied to clipboard
@
SerialName
(
value
=
"cardHolder"
)
val
cardHolder
:
String
expiration
Month
Link copied to clipboard
@
SerialName
(
value
=
"expMonth"
)
val
expirationMonth
:
String
expiration
Year
Link copied to clipboard
@
SerialName
(
value
=
"expYear"
)
val
expirationYear
:
String
hosted
Data
Id
Link copied to clipboard
@
SerialName
(
value
=
"hostedDataId"
)
val
hostedDataId
:
String
obfuscated
Card
Number
Link copied to clipboard
@
SerialName
(
value
=
"cardNumber"
)
val
obfuscatedCardNumber
:
String
scheme
Transaction
Id
Link copied to clipboard
@
SerialName
(
value
=
"schemeTransactionId"
)
val
schemeTransactionId
:
String
store
Id
Link copied to clipboard
@
SerialName
(
value
=
"storeId"
)
val
storeId
:
String
transaction
Id
Link copied to clipboard
@
SerialName
(
value
=
"transactionId"
)
val
transactionId
:
String