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

rawSubtype

Raw barcode subtype.

rawValue

Base64 encoded value.

Constructors

Link copied to clipboard
constructor(@Json(name = "subtype") rawSubtype: String, @Json(name = "value") rawValue: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Barcode value.