[
  {
    "type": "string",
    "default": true,
    "cc_expire_year": 10,
    "cc_expire_month": 4,
    "firstname": "string",
    "lastname": "string",
    "company": "string",
    "cc_type": "string",
    "phone": "string",
    "address": {
      "country": "string",
      "street": "string",
      "state": "string",
      "city": "string",
      "postalcode": "string"
    },
    "cc_number_last4": "string",
    "id": 2
  },
  {
    "type": "string",
    "default": false,
    "cc_expire_year": 9,
    "cc_expire_month": 8,
    "firstname": "string",
    "lastname": "string",
    "company": "string",
    "cc_type": "string",
    "phone": "string",
    "address": {
      "country": "string",
      "street": "string",
      "state": "string",
      "city": "string",
      "postalcode": "string"
    },
    "cc_number_last4": "string",
    "id": 9
  }
]