Input$GiftCardInput class

Constructors

Input$GiftCardInput.new({required int amount, required String approve_url, required String cancel_url, String? external_store_id, String? first_name, String? last_name, required String phone, String? recipient_name, String? recipient_relation, required String store_name})
factory
Input$GiftCardInput.fromJson(Map<String, dynamic> data)
factory

Properties

amount int
no setter
approve_url String
no setter
cancel_url String
no setter
copyWith CopyWith$Input$GiftCardInput<Input$GiftCardInput>
no setter
external_store_id String?
no setter
first_name String?
no setter
hashCode int
The hash code for this object.
no setteroverride
last_name String?
no setter
phone String
no setter
recipient_name String?
no setter
recipient_relation String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store_name String
no setter

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.
override