CheckoutObject class

Inheritance

Constructors

CheckoutObject({String? url, String? description, String? id, String? name, String? pricingType, bool? isSuccessful, ErrorObject? error, List? requestedInfo})

Properties

description String?
final
error ErrorObject?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isSuccessful bool?
final
name String?
final
pricingType String?
final
requestedInfo List?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final

Methods

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

Operators

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