discriminatorMapping constant

Map<String, Type> const discriminatorMapping

Implementation

static const Map<String, Type> discriminatorMapping = {
  r'accountHolder': AccountHolderResource,
  r'balanceAccount': BalanceAccountResource,
  r'legalEntity': LegalEntityResource,
  r'merchantAccount': MerchantAccountResource,
  r'paymentInstrument': PaymentInstrumentResource,
};