Features

data class Features(val showLineItems: Boolean = false, val showInvoiceDownload: Boolean = false, val showReceiptDownload: Boolean = false, val allowPaymentMethodChange: Boolean = true)

Optional content and actions exposed by the payment sheet.

Constructors

Link copied to clipboard
constructor(showLineItems: Boolean = false, showInvoiceDownload: Boolean = false, showReceiptDownload: Boolean = false, allowPaymentMethodChange: Boolean = true)

Properties

Link copied to clipboard

Lets the payer replace an attached payment method.

Link copied to clipboard

Offers the invoice after payment succeeds.

Link copied to clipboard

Shows the Order's line items before payment.

Link copied to clipboard

Offers the receipt after payment succeeds.