PurchaseConfirmationByOrderIdView

class PurchaseConfirmationByOrderIdView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AbstractComposeView

The PurchaseConfirmationByOrderId widget serves the same purpose as the PurchaseConfirmationView widget but is to be used for purchases made with Catch's virtual card integration.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Functions

Link copied to clipboard
open override fun Content()

Properties

Link copied to clipboard

The BorderStyle that the widget renders. Defaults to the BorderStyle.SlightRound style.

Link copied to clipboard

The Catch color CatchColorTheme. If no theme is set, the theme set globally on the Catch object will be used, which defaults to CatchColorTheme.Light.

Link copied to clipboard

The order ID used to create the virtual card checkout for which the purchase confirmation will be displayed.

Link copied to clipboard

Style overrides which can be used to override the widget's default appearance (ex. font size, color, weight, etc.).