GiftCardActivityLoad class

Annotations
  • @JsonSerializable()

Constructors

GiftCardActivityLoad({Money? amountMoney, List<String>? buyerPaymentInstrumentIds, String? lineItemUid, String? orderId, String? referenceId})
const
GiftCardActivityLoad.fromJson(Map<String, dynamic> json)
Converts a Map<String, dynamic> to a GiftCardActivityLoad
factory

Properties

amountMoney Money?
The amount added to the gift card. This value is a positive integer.
final
buyerPaymentInstrumentIds List<String>?
The payment instrument IDs used to process the order for the additional funds, such as a credit card ID or bank account ID.
final
hashCode int
The hash code for this object.
no setterinherited
lineItemUid String?
The UID of the GIFT_CARD line item in the order that represents the additional funds for the gift card.
final
orderId String?
The ID of the order that contains the GIFT_CARD line item.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
referenceId String?
A client-specified ID that associates the gift card activity with an entity in another system.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

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

Operators

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