toggle menu
processout-android
4.31.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.api.model.response.napm.v2
/
PONativeAlternativePaymentCustomerInstruction
/
Barcode
Barcode
@
JsonClass
(
generateAdapter
=
true
)
data
class
Barcode
(
@
Json
(
name
=
"subtype"
)
val
rawSubtype
:
String
,
@
Json
(
name
=
"value"
)
val
rawValue
:
String
)
:
PONativeAlternativePaymentCustomerInstruction
Customer instruction provided via barcode.
Parameters
raw
Subtype
Raw barcode subtype.
raw
Value
Base64 encoded value.
Members
Constructors
Barcode
Link copied to clipboard
constructor
(
@
Json
(
name
=
"subtype"
)
rawSubtype
:
String
,
@
Json
(
name
=
"value"
)
rawValue
:
String
)
Properties
raw
Subtype
Link copied to clipboard
val
rawSubtype
:
String
raw
Value
Link copied to clipboard
val
rawValue
:
String
value
Link copied to clipboard
val
value
:
POBarcode
Barcode value.