CheckoutProps class

Inheritance

Constructors

CheckoutProps({String? checkoutId, dynamic onMessage(dynamic)?, dynamic onError(dynamic)?, String? cartId, String? storefrontToken, String? storeId, String? fbPixel, String? gaTrackingID, String? webEngageID, String? moEngageID, String? sessionId, Map<String, String>? utmParams})

Properties

cartId String?
finalinherited
checkoutId String?
final
fbPixel String?
finalinherited
gaTrackingID String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
moEngageID String?
finalinherited
onError → dynamic Function(dynamic)?
final
onMessage → dynamic Function(dynamic)?
final
orderTags String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
finalinherited
storefrontToken String?
finalinherited
storeId String?
finalinherited
utmParams Map<String, String>?
finalinherited
webEngageID String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited