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