CheckoutPageConfig constructor
CheckoutPageConfig({})
Implementation
CheckoutPageConfig({
required this.logo,
required this.backgroundImage,
required this.displayBill24Info,
required this.displaySuccessPage,
required this.favicon,
required this.setting,
required this.appearance,
});