# File lib/fog/softlayer/requests/account/get_brand_owned_accounts.rb, line 45
        def mocked_accounts
          [
            {
              "accountManagedResourcesFlag"=>false,
              "accountStatusId"=>1001,
              "address1"=>"R 1",
              "allowedPptpVpnQuantity"=>1,
              "brandId"=>23456,
              "city"=>"Itajuba",
              "claimedTaxExemptTxFlag"=>false,
              "companyName"=>"teste",
              "country"=>"BR",
              "createDate"=>"2015-06-10T17:06:27-03:00",
              "email"=>"a@gmail.com",
              "firstName"=>"Matheus2",
              "id"=>23456,
              "isReseller"=>0,
              "lastName"=>"Mina2",
              "lateFeeProtectionFlag"=>nil,
              "modifyDate"=>"2015-06-10T17:06:31-03:00",
              "postalCode"=>"37500-050",
              "state"=>"OT",
              "statusDate"=>nil,
              "brand"=>
                {
                  "catalogId"=>14,
                  "id"=>12345,
                  "keyName"=>"ALS",
                  "longName"=>"als",
                  "name"=>"als",
                  "ownedAccounts"=>
                    [
                      {
                        "accountManagedResourcesFlag"=>false,
                        "accountStatusId"=>1001,
                        "address1"=>"Av, 1303 Sl 10",
                        "address2"=>"Sl 11",
                        "allowedPptpVpnQuantity"=>2,
                        "brandId"=>44443,
                        "city"=>"Itajuba",
                        "claimedTaxExemptTxFlag"=>false,
                        "companyName"=>"Tecnologias LTDA",
                        "country"=>"BR",
                        "createDate"=>"2010-10-06T11:32:30-03:00",
                        "email"=>"sysadmin@example.com.br",
                        "firstName"=>"Xe",
                        "id"=>12345,
                        "isReseller"=>1,
                        "lastName"=>"Silva",
                        "lateFeeProtectionFlag"=>true,
                        "modifyDate"=>"2011-02-14T17:40:23-02:00",
                        "officePhone"=>"+55 35 3629-1616",
                        "postalCode"=>"37500-903",
                        "state"=>"OT",
                        "statusDate"=>nil,
                        "brand"=>nil
                      },
                      nil
                    ]
                }
            }
          ]
        end