Preference class

Annotations
  • @unfreezed

Constructors

Preference({String? additionalInfo, String? externalReference, required List<Item> items, PaymentMethods? paymentMethods, String? notificationUrl, Payer? payer, Shipments? shipments, String? statementDescriptor})
factory
Preference.fromJson(Map<String, dynamic> json)
factory

Properties

additionalInfo String?
getter/setter pairinherited
copyWith → $PreferenceCopyWith<Preference>
no setterinherited
externalReference String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
items List<Item>
getter/setter pairinherited
notificationUrl String?
getter/setter pairinherited
payer Payer?
getter/setter pairinherited
paymentMethods PaymentMethods?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipments Shipments?
getter/setter pairinherited
statementDescriptor String?
getter/setter pairinherited

Methods

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

Operators

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