Input$CreateAnyQRCodeCheckoutInput class
Constructors
- Input$CreateAnyQRCodeCheckoutInput.new({required String approve_url, required String cancel_url, String? first_name, String? last_name, required String merchant_id, required String phone, required String qr_code})
-
factory
-
Input$CreateAnyQRCodeCheckoutInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- approve_url → String
-
no setter
- cancel_url → String
-
no setter
-
copyWith
→ CopyWith$Input$CreateAnyQRCodeCheckoutInput<
Input$CreateAnyQRCodeCheckoutInput> -
no setter
- first_name → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- last_name → String?
-
no setter
- merchant_id → String
-
no setter
- phone → String
-
no setter
- qr_code → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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