toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
"supported": supported,
"planIncluded": planIncluded,
"limit": limit,
"type": type,
"currency": currency,
"price": price,
"value": value,
"invoiceDesc": invoiceDesc,
};
}