Map<String, dynamic> toJson() { return { "amount": amount * 100, "currency": currency, "customer": customerId, }; }