CheckoutProcessResponse

constructor(links: Map<String, Href>? = null, checks: List<Check> = emptyList(), orderId: String? = null, aborted: Boolean = false, paymentMethod: PaymentMethod? = null, paymentInformation: PaymentInformation? = null, paymentPreauthInformation: JsonObject? = null, exitToken: ExitToken? = null, paymentState: CheckState? = null, pricing: Pricing? = null, routingTarget: RoutingTarget? = null, paymentResult: PaymentResult? = null, fulfillments: List<Fulfillment> = emptyList())