yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.account.model
/
Ad
Ad
@
Serializable
data
class
Ad
(
val
offersBatchId
:
String
?
=
null
,
val
inAppProducts
:
List
<
AppProduct
>
,
val
nativeProducts
:
List
<
AppProduct
>
,
val
webPaymentUrl
:
String
,
val
promoCodesEnabled
:
Boolean
)
Members
Constructors
Ad
Link copied to clipboard
constructor
(
offersBatchId
:
String
?
=
null
,
inAppProducts
:
List
<
AppProduct
>
,
nativeProducts
:
List
<
AppProduct
>
,
webPaymentUrl
:
String
,
promoCodesEnabled
:
Boolean
)
Properties
in
App
Products
Link copied to clipboard
val
inAppProducts
:
List
<
AppProduct
>
native
Products
Link copied to clipboard
val
nativeProducts
:
List
<
AppProduct
>
offers
Batch
Id
Link copied to clipboard
val
offersBatchId
:
String
?
promo
Codes
Enabled
Link copied to clipboard
val
promoCodesEnabled
:
Boolean
web
Payment
Url
Link copied to clipboard
val
webPaymentUrl
:
String