VoucherOutputData

data class VoucherOutputData(val isValid: Boolean, val paymentMethodType: String?, val introductionTextResource: Int?, val reference: String?, val totalAmount: Amount?, val storeAction: VoucherStoreAction?, val instructionUrl: String?, val informationFields: List<VoucherInformationField>?) : OutputData

Constructors

Link copied to clipboard
constructor(isValid: Boolean, paymentMethodType: String?, introductionTextResource: Int?, reference: String?, totalAmount: Amount?, storeAction: VoucherStoreAction?, instructionUrl: String?, informationFields: List<VoucherInformationField>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val isValid: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard