toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'referenceId': referenceId,
    'name': name,
    'priceCents': priceCents,
    'currency': currency,
    'durationDays': durationDays,
    'billingLabel': billingLabel,
  };
}