googlePaySupportedNetworks function

List<String> googlePaySupportedNetworks()

Implementation

List<String> googlePaySupportedNetworks() {
  return [
    "AMEX",
    "DISCOVER",
    "JCB",
    "MASTERCARD",
    "VISA",
    // "MAESTRO"
  ];
}