action netlicensing_list_payment_methods { label: "List Payment Methods" description: "Return a list of all Payment Methods for the current Vendor" provider: netlicensing method: GET path: "/paymentmethod" encoding: json output: { type: "array" items: { properties: { infos: { properties: {} } items: { properties: {} } } } } }