We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{ "title": "Hub::Payment", "type": "object", "properties": { "number": {"type": "Integer"}, "status": {"type": "String"}, "amount": {"type": "Float"}, "payment_method": {"type": "String"}, "source": {"type": "Hub::Source"} }, "required": ["number", "status", "amount", "payment_method"] }