Payment constructor

Payment({
  1. String? id,
  2. String? href,
  3. String? name,
  4. dynamic baseType,
  5. dynamic schemaLocation,
  6. dynamic type,
  7. dynamic referredType,
})

Implementation

Payment(
    {this.id,
    this.href,
    this.name,
    this.baseType,
    this.schemaLocation,
    this.type,
    this.referredType});