toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "id": id,
      "name": name,
      "default_payment_method": defaultPaymentMethod,
      "description": description,
      "email": email,
      "invoice_prefix": invoicePrefix,
      "created_at": createdAt,
      "business_vat_id": businessVatId,
      "ewallet": ewallet,
    };