toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
SignedCheckoutInfo
Signed
Checkout
Info
data
class
SignedCheckoutInfo
(
val
checkoutInfo
:
JsonObject
?
=
null
,
val
signature
:
String
?
=
null
,
val
links
:
Map
<
String
,
Href
>
?
=
null
)
Members
Constructors
Signed
Checkout
Info
Link copied to clipboard
constructor
(
checkoutInfo
:
JsonObject
?
=
null
,
signature
:
String
?
=
null
,
links
:
Map
<
String
,
Href
>
?
=
null
)
Properties
checkout
Info
Link copied to clipboard
val
checkoutInfo
:
JsonObject
?
=
null
checkout
Process
Link
Link copied to clipboard
val
checkoutProcessLink
:
String
?
is
Requiring
Taxation
Link copied to clipboard
val
isRequiringTaxation
:
Boolean
links
Link copied to clipboard
val
links
:
Map
<
String
,
Href
>
?
=
null
signature
Link copied to clipboard
val
signature
:
String
?
=
null
Functions
get
Available
Payment
Methods
Link copied to clipboard
fun
getAvailablePaymentMethods
(
)
:
List
<
PaymentMethodInfo
>
get
Redeemed
Coupons
Link copied to clipboard
fun
getRedeemedCoupons
(
availableCoupons
:
List
<
Coupon
>
)
:
List
<
Coupon
>