Charge constructor
Charge({
- ChargeStatusEnum? status,
- String? id,
- String? created,
- String? currency,
- String? amount,
- String? authCode,
- String? description,
- String? avsStreet,
- String? avsZip,
- bool? capture,
- CaptureDetail? captureDetail,
- Card? card,
- String? cardSecurityCodeMatch,
- PaymentContext? context,
- String? token,
Implementation
Charge({
this.status, this.id, this.created, this.currency, this.amount,
this.authCode, this.description, this.avsStreet, this.avsZip,
this.capture, this.captureDetail, this.card, this.cardSecurityCodeMatch,
this.context, this.token
});