ChargeObject constructor
ChargeObject({
- DateTime? confirmedAt,
- Map? pricing,
- bool? isSuccessful,
- ErrorObject? error,
- String? cancelUrl,
- String? redirectUrl,
- Map? metaData,
- String? name,
- List? payments,
- String? pricingType,
- List? timeline,
- String? supportEmail,
- String? id,
- String? url,
- Map? addresses,
- String? code,
- DateTime? createdAt,
- String? description,
- Map? exchangeRate,
- DateTime? expiresAt,
Implementation
ChargeObject({
this.confirmedAt,
this.pricing,
this.isSuccessful,
this.error,
this.cancelUrl,
this.redirectUrl,
this.metaData,
this.name,
this.payments,
this.pricingType,
this.timeline,
this.supportEmail,
this.id,
this.url,
this.addresses,
this.code,
this.createdAt,
this.description,
this.exchangeRate,
this.expiresAt,
});