dLocal Direct Android SDK
1.0.0
1.1.0
1.0.3
1.0.1
1.0.0-hybrid
1.0.0
0.7.0-alpha01
latest
androidJvm
dLocal Direct Android SDK
/
com.dlocal.direct.api
/
DLBrandImage
DLBrand
Image
@
Serializable
data
class
DLBrandImage
(
val
density
:
DLImageDensity
,
val
size
:
DLImageSize
,
val
background
:
Boolean
,
val
url
:
String
)
Members
Constructors
DLBrand
Image
Link copied to clipboard
constructor
(
density
:
DLImageDensity
,
size
:
DLImageSize
,
background
:
Boolean
,
url
:
String
)
Properties
background
Link copied to clipboard
val
background
:
Boolean
density
Link copied to clipboard
val
density
:
DLImageDensity
size
Link copied to clipboard
val
size
:
DLImageSize
url
Link copied to clipboard
val
url
:
String