CheckoutProcessRequest

data class CheckoutProcessRequest(val signedCheckoutInfo: SignedCheckoutInfo? = null, val paymentMethod: PaymentMethod? = null, val paymentInformation: PaymentInformation? = null, val finalizedAt: String? = null, val processedOffline: Boolean? = null)

Constructors

Link copied to clipboard
constructor(signedCheckoutInfo: SignedCheckoutInfo? = null, paymentMethod: PaymentMethod? = null, paymentInformation: PaymentInformation? = null, finalizedAt: String? = null, processedOffline: Boolean? = null)

Properties

Link copied to clipboard
val finalizedAt: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard