Documents

data class Documents(val invoiceUrl: String? = null, val receiptUrl: String? = null)

Documents that Checkout made available after payment completed.

Constructors

Link copied to clipboard
constructor(invoiceUrl: String? = null, receiptUrl: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions