Diglin\Ricardo\Services\System::getPaymentConditionsAndMethodsResult

Gets the payment conditions and payment function associated result

The Ricardo API returns: <pre> { "GetPaymentConditionsResult": { "PaymentConditions": [{ "PaymentConditionId": "INT", "PaymentConditionText": "TEXT", "PaymentMethods": "TEXT" }] } } </pre>