Invoice class
- Inheritance
-
- Object
- JsonScheme
- Invoice
Properties
- amount ↔ num?
-
getter/setter pair
-
available_banks
↔ List<
AvailableBanks> -
getter/setter pair
-
available_direct_debits
↔ List<
Object> -
default:
getter/setter pair
-
available_ewallets
↔ List<
AvailableEwallets> -
getter/setter pair
-
available_paylaters
↔ List<
Object> -
default:
getter/setter pair
-
available_qr_codes
↔ List<
AvailableQrCodes> -
getter/setter pair
-
available_retail_outlets
↔ List<
AvailableRetailOutlets> -
getter/setter pair
- created ↔ String?
-
getter/setter pair
- currency ↔ String?
-
getter/setter pair
- customer_notification_preference ↔ CustomerNotificationPreference
-
getter/setter pair
- expiry_date ↔ String?
-
getter/setter pair
- external_id ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- invoice_url ↔ String?
-
getter/setter pair
- merchant_name ↔ String?
-
getter/setter pair
- merchant_profile_picture_url ↔ String?
-
getter/setter pair
- rawData ↔ Map
-
return original data json
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- should_exclude_credit_card ↔ bool?
-
getter/setter pair
- should_send_email ↔ bool?
-
getter/setter pair
- special_type ↔ String?
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- updated ↔ String?
-
getter/setter pair
- user_id ↔ String?
-
getter/setter pair
Methods
-
json_scheme_utils_checkDataIsSameBuilder(
{required bool onResult(Map rawData, Map defaultData)}) → bool - check value data whatever do yout want
-
json_scheme_utils_checkDataIsSameBySpecialType(
) → bool - check data if raw data
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
return original data json
inherited
-
toMap(
) → Map -
return original data json
inherited
-
toString(
) → String -
return string data encode json original data
inherited
-
toStringPretty(
) → String -
return string data encode json original data
inherited
-
utils_filter_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys_void(
List keys) → void -
GeneralLib
inherited
-
utils_remove_by_values(
List values) → Map -
return original data json
inherited
-
utils_remove_by_values_void(
List values) → void -
return original data json
inherited
-
utils_remove_values_null(
) → Map -
return original data json
inherited
-
utils_remove_values_null_void(
) → void -
return original data json
inherited
Operators
-
operator *(
dynamic value) → dynamic -
operator map data
inherited
-
operator +(
dynamic value) → Map -
operator map data
inherited
-
operator -(
dynamic value) → Map -
return original data json
inherited
-
operator /(
dynamic value) → dynamic -
operator map data
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
operator map data
inherited
-
operator []=(
dynamic key, dynamic value) → void -
operator map data
inherited
Static Properties
- defaultData → Map
-
return default data
no setter
Static Methods
-
create(
{bool schemeUtilsIsSetDefaultData = false, String special_type = "invoice", String? id, String? external_id, String? user_id, String? status, String? merchant_name, String? merchant_profile_picture_url, num? amount, String? expiry_date, String? invoice_url, List< AvailableBanks> ? available_banks, List<AvailableRetailOutlets> ? available_retail_outlets, List<AvailableEwallets> ? available_ewallets, List<AvailableQrCodes> ? available_qr_codes, List<Object> ? available_direct_debits, List<Object> ? available_paylaters, bool? should_exclude_credit_card, bool? should_send_email, String? created, String? updated, String? currency, CustomerNotificationPreference? customer_notification_preference}) → Invoice -
return original data json
override
-
empty(
) → Invoice -
create Invoice
Empty
override