Skip to content
sanchojaf edited this page Oct 12, 2014 · 1 revision
{
    "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"]
}

Clone this wiki locally