{
  "modelSettings" : {
    "context" : "user",
    "strictModel" : false,
    "modelName" : "Order",
    "service" : "ecommerce",
    "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"]},
    "controlAccess" : false
  },

  "modelData" : {
    "systemManagedEntities" : {

      "paymentDetails" : {
        "payment_method": "",
        "payment_method_title": "",
        "set_paid": false,
        "order_no": "",
        "order_key": "",
        "created_via": "",
        "status": "In Progress",
        "currency": "",
        "discount_total": "",
        "discount_tax": "",
        "shipping_total": "",
        "shipping_tax": "",
        "cart_tax": "",
        "total": 0,
        "total_tax": "",
        "customer_ip_address": "",
        "transaction_id": "",
        "date_paid": "",
        "date_completed": ""
      }
    },

    "formFieldsEntities" : {

      "paymentInformation" : {
        "card_type" : "",
        "card_number" : 0,
        "card_holder_first_name": "",
        "card_holder_last_name": "",
        "card_ccv" : 0,
        "card_expiry_month": "",
        "card_expity_year": ""
      },

      "billingInfo" : {
        "first_name": "",
        "last_name": "",
        "address_1": "",
        "address_2": "",
        "city": "",
        "state": "",
        "postcode": "",
        "country": "ZA",
        "email": "",
        "phone": ""
      },

      "shippingInfo": {
        "first_name": "John",
        "last_name": "Doe",
        "address_1": "969 Market",
        "address_2": "",
        "city": "San Francisco",
        "state": "CA",
        "postcode": "94103",
        "country": "US"
      },

      "cartItems" : {
      }
      


    }
  }

}