Image

@JsonClass(generateAdapter = true)
data class Image(val value: POImageResource) : PONativeAlternativePaymentCustomerInstruction

Customer instruction provided as an image resource.

Parameters

value

Image resource.

Constructors

Link copied to clipboard
constructor(value: POImageResource)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)