action netlicensing_update_payment_method { label: "Update Payment Method" description: "Sets the provided properties to a Payment Method. Return an updated Payment Method" provider: netlicensing method: POST path: "/paymentmethod/{paymentMethodNumber}" encoding: form input: { type: "object" properties: { paymentMethodNumber: { type: "string" } } required: ["paymentMethodNumber"] additionalProperties: false } output: { properties: { infos: { properties: {} } items: { properties: {} } } } }