{
    "definitions": {
        "API_PAYMENT_METHOD_VALIDATION_SRV": {
            "kind": "service"
        },
        "API_PAYMENT_METHOD_VALIDATION_SRV.PaymentMethodValidationSet": {
            "kind": "entity",
            "@cds.persistence.skip": true,
            "elements": {
                "ISOCountryCodeForBank": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "PaymentMethodInEC": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "CompanyCode": {
                    "key": true,
                    "type": "cds.String",
                    "length": 4
                },
                "IBANExists": {
                    "key": true,
                    "type": "cds.Boolean"
                },
                "SwiftExists": {
                    "key": true,
                    "type": "cds.Boolean"
                },
                "BankAccountNumberExists": {
                    "key": true,
                    "type": "cds.Boolean"
                },
                "ISOEmployeeCountryCode": {
                    "key": true,
                    "type": "cds.String",
                    "length": 2
                },
                "BankKeyExists": {
                    "key": true,
                    "type": "cds.Boolean"
                },
                "Language": {
                    "key": true,
                    "type": "cds.String",
                    "length": 5
                },
                "PaymentMethod": {
                    "type": "cds.String",
                    "length": 1
                },
                "IsValid": {
                    "type": "cds.Boolean"
                }
            }
        }
    }
}