CheckoutPageConfig class
Constructors
- CheckoutPageConfig({required String logo, required String backgroundImage, required bool displayBill24Info, required bool displaySuccessPage, required Favicon favicon, required Setting setting, required Appearance appearance})
-
CheckoutPageConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appearance ↔ Appearance
-
getter/setter pair
- backgroundImage ↔ String
-
getter/setter pair
- displayBill24Info ↔ bool
-
getter/setter pair
- displaySuccessPage ↔ bool
-
getter/setter pair
- favicon ↔ Favicon
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logo ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setting ↔ Setting
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited