ChargeObject constructor

ChargeObject({
  1. DateTime? confirmedAt,
  2. Map? pricing,
  3. bool? isSuccessful,
  4. ErrorObject? error,
  5. String? cancelUrl,
  6. String? redirectUrl,
  7. Map? metaData,
  8. String? name,
  9. List? payments,
  10. String? pricingType,
  11. List? timeline,
  12. String? supportEmail,
  13. String? id,
  14. String? url,
  15. Map? addresses,
  16. String? code,
  17. DateTime? createdAt,
  18. String? description,
  19. Map? exchangeRate,
  20. 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,
});