ApcPaid constructor

ApcPaid({
  1. int? value,
  2. String? currency,
  3. String? provenance,
  4. int? valueUsd,
})

Implementation

ApcPaid({
  this.value,
  this.currency,
  this.provenance,
  this.valueUsd,
});