Map toJson()

Source

Map toJson() {
  return {
    "payment_method": paymentMethod,
    "funding_instruments": fundingInstruments
  };
}