ReportPaymentTypeStringValueMapping Model

Required
PaymentTypeStringID : number (int)

Nullable MaxLength(32)
Reporting_PaymentTypeCommonName : string

Nullable MaxLength(32)
Reporting_PaymentTypeLocalizedName : string

Nullable MaxLength(40)
Reporting_CreditCardMerchantID : string

Nullable MaxLength(40)
Reporting_CreditCardTerminalID : string

Nullable MaxLength(32)
Reporting_ServiceChargeCommonName : string

Nullable MaxLength(32)
Reporting_ServiceChargeLocalizedName : string

Example
{
  "PaymentTypeStringID": 321,
  "Reporting_PaymentTypeCommonName": "string value",
  "Reporting_PaymentTypeLocalizedName": "string value",
  "Reporting_CreditCardMerchantID": "string value",
  "Reporting_CreditCardTerminalID": "string value",
  "Reporting_ServiceChargeCommonName": "string value",
  "Reporting_ServiceChargeLocalizedName": "string value"
}