{
  "data": {
    "id": "f23skvy8",
    "type": "orders",
    "attributes": {
      "coupon_amount": null,
      "coupon_description": null,
      "created_at": "2018-02-22T14:29:13.610-06:00",
      "description": "1-On-1 Coaching Session",
      "gift_card_amount": null,
      "outstanding_balance": "0.0",
      "price": "0.0",
      "quantity": 1,
      "status": "initialized",
      "subtotal": "0.0",
      "tax": "0.0",
      "tax_percentage": "0.0",
      "total": "0.0",
      "updated_at": "2018-02-22T14:29:13.610-06:00",
      "verification_code": null
    },
    "relationships": {
      "customer": {
        "data": {
          "id": "i4psdbn7",
          "type": "customers"
        },
        "links": {
          "self": "http://lvh.me:3000/api/v1/orders/f23skvy8/relationships/customer",
          "related": "http://lvh.me:3000/api/v1/orders/f23skvy8/customer"
        }
      },
      "product": {
        "data": {
          "id": "3k1cad7a471dwulgrbbrow",
          "type": "products"
        },
        "links": {
          "self": "http://lvh.me:3000/api/v1/orders/f23skvy8/relationships/product",
          "related": "http://lvh.me:3000/api/v1/orders/f23skvy8/product"
        }
      }
    },
    "links": {
      "self": "http://lvh.me:3000/api/v1/orders/f23skvy8"
    }
  },
  "included": [
    {
      "id": "i4psdbn7",
      "type": "customers",
      "attributes": {
        "address": null,
        "city": null,
        "created_at": "2018-02-22T16:15:59.753-06:00",
        "email": null,
        "first_name": null,
        "last_name": null,
        "phone": null,
        "updated_at": "2018-02-22T16:15:59.753-06:00",
        "zip": null
      },
      "links": {
        "self": "http://lvh.me:3000/api/v1/customers/i4psdbn7"
      }
    }
  ]
}
