toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
AuthorizePaymentRequest
Authorize
Payment
Request
data
class
AuthorizePaymentRequest
(
val
encryptedOrigin
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
countryCode
:
String
?
=
null
,
val
state
:
String
?
=
null
)
Members
Constructors
Authorize
Payment
Request
Link copied to clipboard
constructor
(
encryptedOrigin
:
String
?
=
null
,
name
:
String
?
=
null
,
countryCode
:
String
?
=
null
,
state
:
String
?
=
null
)
Properties
country
Code
Link copied to clipboard
val
countryCode
:
String
?
=
null
encrypted
Origin
Link copied to clipboard
val
encryptedOrigin
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
state
Link copied to clipboard
val
state
:
String
?
=
null