ChargeEntity class
- Implementers
Constructors
-
ChargeEntity.new({CustomerEntity? customer, BillingEntity? billing, StatusEntity? status, String? ref_id, List<
PaymentsEntity> ? payments, String? charge_source, DateTime? createdAt, String? id, Map<String, dynamic> ? metadata, String? call_back_url, String? app_id, String? userId, String? chargeId, num? v})
Properties
- app_id → String?
-
final
- billing → BillingEntity?
-
final
- call_back_url → String?
-
final
- charge_source → String?
-
final
- chargeId → String?
-
final
- createdAt → DateTime?
-
final
- customer → CustomerEntity?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
-
metadata
→ Map<
String, dynamic> ? -
final
-
payments
→ List<
PaymentsEntity> ? -
final
- ref_id → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → StatusEntity?
-
final
- userId → String?
-
final
- v → num?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited