zuora_rest_client 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/fixtures/vcr_cassettes/zuora/create_account_object_success.yml +51 -0
- data/fixtures/vcr_cassettes/zuora/create_account_success.yml +66 -0
- data/fixtures/vcr_cassettes/zuora/delete_account_object_success.yml +191 -0
- data/fixtures/vcr_cassettes/zuora/describe_account.yml +588 -0
- data/fixtures/vcr_cassettes/zuora/describe_account_related_objects.yml +588 -0
- data/fixtures/vcr_cassettes/zuora/describe_all_account_fields.yml +588 -0
- data/fixtures/vcr_cassettes/zuora/describe_all_zobjects.yml +171 -0
- data/fixtures/vcr_cassettes/zuora/describe_exportable_account_fields.yml +588 -0
- data/fixtures/vcr_cassettes/zuora/describe_non_exportable_account_fields.yml +588 -0
- data/fixtures/vcr_cassettes/zuora/describe_non_updateable_account_fields.yml +588 -0
- data/fixtures/vcr_cassettes/zuora/describe_updateable_account_fields.yml +588 -0
- data/fixtures/vcr_cassettes/zuora/get_account_object_success.yml +52 -0
- data/fixtures/vcr_cassettes/zuora/get_account_success.yml +152 -0
- data/fixtures/vcr_cassettes/zuora/get_account_summary_success.yml +140 -0
- data/fixtures/vcr_cassettes/zuora/update_account_object_success.yml +99 -0
- data/fixtures/vcr_cassettes/zuora/update_account_success.yml +208 -0
- data/lib/zuora_rest_client/connection.rb +1 -1
- data/lib/zuora_rest_client/version.rb +1 -1
- metadata +17 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 835722f703df5bca29a1eae71f311f59b516f3229059330a1c69123076ce6b5f
         | 
| 4 | 
            +
              data.tar.gz: 3f3b0188db9b8229760460722375b14790f75757e0ab076b48a213ef28db44dd
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: f31074ad79c49255d4703bf6686a46bd2b0ed77c7a706c3df985d54c706434d2932971b983149564bcad7261b0927d021775ac550cacd341741883c203b2c02f
         | 
| 7 | 
            +
              data.tar.gz: 7752f38e9d0c9ece5035baae97eab024921df40a37a6c2bd20447579a25d7fe043847d9d100bfd029a62b4574f117a98d9dbc7820e813e90697b945f54552329
         | 
| @@ -0,0 +1,51 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            http_interactions:
         | 
| 3 | 
            +
            - request:
         | 
| 4 | 
            +
                method: post
         | 
| 5 | 
            +
                uri: https://rest.zuora.com/v1/object/account
         | 
| 6 | 
            +
                body:
         | 
| 7 | 
            +
                  encoding: UTF-8
         | 
| 8 | 
            +
                  string: '{"Batch":"Batch1","BillCycleDay":15,"Currency":"USD","Name":"Test Account","PaymentTerm":"Due
         | 
| 9 | 
            +
                    Upon Receipt","Status":"Draft"}'
         | 
| 10 | 
            +
                headers:
         | 
| 11 | 
            +
                  Content-Type:
         | 
| 12 | 
            +
                  - application/json
         | 
| 13 | 
            +
                  apiAccessKeyId:
         | 
| 14 | 
            +
                  - "{ZUORA_USERNAME}"
         | 
| 15 | 
            +
                  apiSecretAccessKey:
         | 
| 16 | 
            +
                  - "{ZUORA_PASSWORD}"
         | 
| 17 | 
            +
              response:
         | 
| 18 | 
            +
                status:
         | 
| 19 | 
            +
                  code: 200
         | 
| 20 | 
            +
                  message: OK
         | 
| 21 | 
            +
                headers:
         | 
| 22 | 
            +
                  Content-Type:
         | 
| 23 | 
            +
                  - application/json; charset=utf-8
         | 
| 24 | 
            +
                  Server:
         | 
| 25 | 
            +
                  - kong/0.9.9
         | 
| 26 | 
            +
                  zuora-request-id:
         | 
| 27 | 
            +
                  - c433898d-bba1-4384-9fc8-3229ae85a434
         | 
| 28 | 
            +
                  X-Kong-Upstream-Latency:
         | 
| 29 | 
            +
                  - '783'
         | 
| 30 | 
            +
                  X-Kong-Proxy-Latency:
         | 
| 31 | 
            +
                  - '0'
         | 
| 32 | 
            +
                  Expires:
         | 
| 33 | 
            +
                  - Thu, 21 Feb 2019 16:39:14 GMT
         | 
| 34 | 
            +
                  Cache-Control:
         | 
| 35 | 
            +
                  - max-age=0, no-cache, no-store
         | 
| 36 | 
            +
                  Pragma:
         | 
| 37 | 
            +
                  - no-cache
         | 
| 38 | 
            +
                  Date:
         | 
| 39 | 
            +
                  - Thu, 21 Feb 2019 16:39:14 GMT
         | 
| 40 | 
            +
                  Content-Length:
         | 
| 41 | 
            +
                  - '57'
         | 
| 42 | 
            +
                  Connection:
         | 
| 43 | 
            +
                  - keep-alive
         | 
| 44 | 
            +
                body:
         | 
| 45 | 
            +
                  encoding: UTF-8
         | 
| 46 | 
            +
                  string: '{"Success":true,"Id":"2c92a0fc690db104016910ece4fc24fe"}
         | 
| 47 | 
            +
             | 
| 48 | 
            +
            '
         | 
| 49 | 
            +
                http_version: 
         | 
| 50 | 
            +
              recorded_at: Thu, 21 Feb 2019 16:39:14 GMT
         | 
| 51 | 
            +
            recorded_with: VCR 4.0.0
         | 
| @@ -0,0 +1,66 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            http_interactions:
         | 
| 3 | 
            +
            - request:
         | 
| 4 | 
            +
                method: post
         | 
| 5 | 
            +
                uri: https://rest.zuora.com/v1/accounts
         | 
| 6 | 
            +
                body:
         | 
| 7 | 
            +
                  encoding: UTF-8
         | 
| 8 | 
            +
                  string: '{"batch":"Batch1","billCycleDay":15,"billToContact":{"country":"US","firstName":"Test","lastName":"User","state":"TX"},"creditCard":{"cardHolderInfo":{"addressLine1":"123
         | 
| 9 | 
            +
                    Anystreet Lane","cardHolderName":"Test User","city":"Anytown","country":"US","state":"TX","zipCode":"00000"},"cardNumber":"4111111111111111","cardType":"Visa","expirationMonth":"12","expirationYear":"2099","securityCode":"123"},"currency":"USD","name":"Test
         | 
| 10 | 
            +
                    Account","paymentTerm":"Due Upon Receipt"}'
         | 
| 11 | 
            +
                headers:
         | 
| 12 | 
            +
                  Content-Type:
         | 
| 13 | 
            +
                  - application/json
         | 
| 14 | 
            +
                  apiAccessKeyId:
         | 
| 15 | 
            +
                  - "{ZUORA_USERNAME}"
         | 
| 16 | 
            +
                  apiSecretAccessKey:
         | 
| 17 | 
            +
                  - "{ZUORA_PASSWORD}"
         | 
| 18 | 
            +
              response:
         | 
| 19 | 
            +
                status:
         | 
| 20 | 
            +
                  code: 200
         | 
| 21 | 
            +
                  message: OK
         | 
| 22 | 
            +
                headers:
         | 
| 23 | 
            +
                  Content-Type:
         | 
| 24 | 
            +
                  - application/json;charset=utf-8
         | 
| 25 | 
            +
                  Content-Security-Policy-Report-Only:
         | 
| 26 | 
            +
                  - media-src 'none'; img-src 'self' *.zuora.com; object-src *.zuora.com; script-src
         | 
| 27 | 
            +
                    'unsafe-inline' 'unsafe-eval' 'self' https://api.tcell.io/; manifest-src 'none';
         | 
| 28 | 
            +
                    style-src 'unsafe-inline' 'self'; font-src 'self'; child-src 'none'; frame-src
         | 
| 29 | 
            +
                    'none'; connect-src 'self' https://api.tcell.io/ https://input.tcell.io/;
         | 
| 30 | 
            +
                    report-uri https://input.tcell.io/csp/8abeff14fea5928cf9f25296fca62aa1a75fa57a6f06ad15ea451d64a579f75c?rid=-451839198
         | 
| 31 | 
            +
                  Server:
         | 
| 32 | 
            +
                  - Zuora App
         | 
| 33 | 
            +
                  zuora-request-id:
         | 
| 34 | 
            +
                  - 89edc3be-03ed-4fd5-afe7-baf9b43d0bd9
         | 
| 35 | 
            +
                  X-Kong-Upstream-Latency:
         | 
| 36 | 
            +
                  - '265'
         | 
| 37 | 
            +
                  X-Kong-Proxy-Latency:
         | 
| 38 | 
            +
                  - '0'
         | 
| 39 | 
            +
                  Expires:
         | 
| 40 | 
            +
                  - Thu, 21 Feb 2019 16:39:12 GMT
         | 
| 41 | 
            +
                  Cache-Control:
         | 
| 42 | 
            +
                  - max-age=0, no-cache, no-store
         | 
| 43 | 
            +
                  Pragma:
         | 
| 44 | 
            +
                  - no-cache
         | 
| 45 | 
            +
                  Date:
         | 
| 46 | 
            +
                  - Thu, 21 Feb 2019 16:39:12 GMT
         | 
| 47 | 
            +
                  Content-Length:
         | 
| 48 | 
            +
                  - '281'
         | 
| 49 | 
            +
                  Connection:
         | 
| 50 | 
            +
                  - keep-alive
         | 
| 51 | 
            +
                  Set-Cookie:
         | 
| 52 | 
            +
                  - ZSession={ZUORA_SESSION_ID}; Path=/; Secure; HttpOnly
         | 
| 53 | 
            +
                body:
         | 
| 54 | 
            +
                  encoding: UTF-8
         | 
| 55 | 
            +
                  string: |-
         | 
| 56 | 
            +
                    {
         | 
| 57 | 
            +
                      "success" : true,
         | 
| 58 | 
            +
                      "accountId" : "2c92a008690a61a0016910ecddc619d3",
         | 
| 59 | 
            +
                      "accountNumber" : "Z00324163",
         | 
| 60 | 
            +
                      "billToContactId" : "2c92a008690a61a0016910ecdde419d4",
         | 
| 61 | 
            +
                      "soldToContactId" : "2c92a008690a61a0016910ecddef19d6",
         | 
| 62 | 
            +
                      "paymentMethodId" : "2c92a008690a61a0016910ecde1719d9"
         | 
| 63 | 
            +
                    }
         | 
| 64 | 
            +
                http_version: 
         | 
| 65 | 
            +
              recorded_at: Thu, 21 Feb 2019 16:39:12 GMT
         | 
| 66 | 
            +
            recorded_with: VCR 4.0.0
         | 
| @@ -0,0 +1,191 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            http_interactions:
         | 
| 3 | 
            +
            - request:
         | 
| 4 | 
            +
                method: delete
         | 
| 5 | 
            +
                uri: https://rest.zuora.com/v1/object/account/2c92a008690a61a0016910ecddc619d3
         | 
| 6 | 
            +
                body:
         | 
| 7 | 
            +
                  encoding: US-ASCII
         | 
| 8 | 
            +
                  string: ''
         | 
| 9 | 
            +
                headers:
         | 
| 10 | 
            +
                  Content-Type:
         | 
| 11 | 
            +
                  - application/json
         | 
| 12 | 
            +
                  apiAccessKeyId:
         | 
| 13 | 
            +
                  - "{ZUORA_USERNAME}"
         | 
| 14 | 
            +
                  apiSecretAccessKey:
         | 
| 15 | 
            +
                  - "{ZUORA_PASSWORD}"
         | 
| 16 | 
            +
              response:
         | 
| 17 | 
            +
                status:
         | 
| 18 | 
            +
                  code: 200
         | 
| 19 | 
            +
                  message: OK
         | 
| 20 | 
            +
                headers:
         | 
| 21 | 
            +
                  Content-Type:
         | 
| 22 | 
            +
                  - application/json; charset=utf-8
         | 
| 23 | 
            +
                  Server:
         | 
| 24 | 
            +
                  - kong/0.9.9
         | 
| 25 | 
            +
                  zuora-request-id:
         | 
| 26 | 
            +
                  - 85b15100-d816-46c4-90a9-8681fb25d1e4
         | 
| 27 | 
            +
                  X-Kong-Upstream-Latency:
         | 
| 28 | 
            +
                  - '142'
         | 
| 29 | 
            +
                  X-Kong-Proxy-Latency:
         | 
| 30 | 
            +
                  - '0'
         | 
| 31 | 
            +
                  Expires:
         | 
| 32 | 
            +
                  - Thu, 21 Feb 2019 16:39:15 GMT
         | 
| 33 | 
            +
                  Cache-Control:
         | 
| 34 | 
            +
                  - max-age=0, no-cache, no-store
         | 
| 35 | 
            +
                  Pragma:
         | 
| 36 | 
            +
                  - no-cache
         | 
| 37 | 
            +
                  Date:
         | 
| 38 | 
            +
                  - Thu, 21 Feb 2019 16:39:15 GMT
         | 
| 39 | 
            +
                  Content-Length:
         | 
| 40 | 
            +
                  - '57'
         | 
| 41 | 
            +
                  Connection:
         | 
| 42 | 
            +
                  - keep-alive
         | 
| 43 | 
            +
                body:
         | 
| 44 | 
            +
                  encoding: UTF-8
         | 
| 45 | 
            +
                  string: '{"id":"2c92a008690a61a0016910ecddc619d3","success":true}
         | 
| 46 | 
            +
             | 
| 47 | 
            +
            '
         | 
| 48 | 
            +
                http_version: 
         | 
| 49 | 
            +
              recorded_at: Thu, 21 Feb 2019 16:39:15 GMT
         | 
| 50 | 
            +
            - request:
         | 
| 51 | 
            +
                method: get
         | 
| 52 | 
            +
                uri: https://rest.zuora.com/v1/object/account/2c92a008690a61a0016910ecddc619d3
         | 
| 53 | 
            +
                body:
         | 
| 54 | 
            +
                  encoding: US-ASCII
         | 
| 55 | 
            +
                  string: ''
         | 
| 56 | 
            +
                headers:
         | 
| 57 | 
            +
                  Content-Type:
         | 
| 58 | 
            +
                  - application/json
         | 
| 59 | 
            +
                  apiAccessKeyId:
         | 
| 60 | 
            +
                  - "{ZUORA_USERNAME}"
         | 
| 61 | 
            +
                  apiSecretAccessKey:
         | 
| 62 | 
            +
                  - "{ZUORA_PASSWORD}"
         | 
| 63 | 
            +
              response:
         | 
| 64 | 
            +
                status:
         | 
| 65 | 
            +
                  code: 404
         | 
| 66 | 
            +
                  message: Not Found
         | 
| 67 | 
            +
                headers:
         | 
| 68 | 
            +
                  Content-Type:
         | 
| 69 | 
            +
                  - application/json; charset=utf-8
         | 
| 70 | 
            +
                  Server:
         | 
| 71 | 
            +
                  - kong/0.9.9
         | 
| 72 | 
            +
                  zuora-request-id:
         | 
| 73 | 
            +
                  - 4a1f7e9f-fd0e-4187-9512-19258b4eca85
         | 
| 74 | 
            +
                  X-Kong-Upstream-Latency:
         | 
| 75 | 
            +
                  - '42'
         | 
| 76 | 
            +
                  X-Kong-Proxy-Latency:
         | 
| 77 | 
            +
                  - '0'
         | 
| 78 | 
            +
                  Expires:
         | 
| 79 | 
            +
                  - Thu, 21 Feb 2019 16:39:20 GMT
         | 
| 80 | 
            +
                  Cache-Control:
         | 
| 81 | 
            +
                  - max-age=0, no-cache, no-store
         | 
| 82 | 
            +
                  Pragma:
         | 
| 83 | 
            +
                  - no-cache
         | 
| 84 | 
            +
                  Date:
         | 
| 85 | 
            +
                  - Thu, 21 Feb 2019 16:39:20 GMT
         | 
| 86 | 
            +
                  Content-Length:
         | 
| 87 | 
            +
                  - '36'
         | 
| 88 | 
            +
                  Connection:
         | 
| 89 | 
            +
                  - keep-alive
         | 
| 90 | 
            +
                body:
         | 
| 91 | 
            +
                  encoding: UTF-8
         | 
| 92 | 
            +
                  string: '{"records":[],"size":0,"done":true}
         | 
| 93 | 
            +
             | 
| 94 | 
            +
            '
         | 
| 95 | 
            +
                http_version: 
         | 
| 96 | 
            +
              recorded_at: Thu, 21 Feb 2019 16:39:20 GMT
         | 
| 97 | 
            +
            - request:
         | 
| 98 | 
            +
                method: delete
         | 
| 99 | 
            +
                uri: https://rest.zuora.com/v1/object/account/2c92a0fc690db104016910ece4fc24fe
         | 
| 100 | 
            +
                body:
         | 
| 101 | 
            +
                  encoding: US-ASCII
         | 
| 102 | 
            +
                  string: ''
         | 
| 103 | 
            +
                headers:
         | 
| 104 | 
            +
                  Content-Type:
         | 
| 105 | 
            +
                  - application/json
         | 
| 106 | 
            +
                  apiAccessKeyId:
         | 
| 107 | 
            +
                  - "{ZUORA_USERNAME}"
         | 
| 108 | 
            +
                  apiSecretAccessKey:
         | 
| 109 | 
            +
                  - "{ZUORA_PASSWORD}"
         | 
| 110 | 
            +
              response:
         | 
| 111 | 
            +
                status:
         | 
| 112 | 
            +
                  code: 200
         | 
| 113 | 
            +
                  message: OK
         | 
| 114 | 
            +
                headers:
         | 
| 115 | 
            +
                  Content-Type:
         | 
| 116 | 
            +
                  - application/json; charset=utf-8
         | 
| 117 | 
            +
                  Server:
         | 
| 118 | 
            +
                  - kong/0.9.9
         | 
| 119 | 
            +
                  zuora-request-id:
         | 
| 120 | 
            +
                  - ebef425e-a233-4302-8a52-2efbf3e03072
         | 
| 121 | 
            +
                  X-Kong-Upstream-Latency:
         | 
| 122 | 
            +
                  - '121'
         | 
| 123 | 
            +
                  X-Kong-Proxy-Latency:
         | 
| 124 | 
            +
                  - '0'
         | 
| 125 | 
            +
                  Expires:
         | 
| 126 | 
            +
                  - Thu, 21 Feb 2019 16:39:20 GMT
         | 
| 127 | 
            +
                  Cache-Control:
         | 
| 128 | 
            +
                  - max-age=0, no-cache, no-store
         | 
| 129 | 
            +
                  Pragma:
         | 
| 130 | 
            +
                  - no-cache
         | 
| 131 | 
            +
                  Date:
         | 
| 132 | 
            +
                  - Thu, 21 Feb 2019 16:39:20 GMT
         | 
| 133 | 
            +
                  Content-Length:
         | 
| 134 | 
            +
                  - '57'
         | 
| 135 | 
            +
                  Connection:
         | 
| 136 | 
            +
                  - keep-alive
         | 
| 137 | 
            +
                body:
         | 
| 138 | 
            +
                  encoding: UTF-8
         | 
| 139 | 
            +
                  string: '{"id":"2c92a0fc690db104016910ece4fc24fe","success":true}
         | 
| 140 | 
            +
             | 
| 141 | 
            +
            '
         | 
| 142 | 
            +
                http_version: 
         | 
| 143 | 
            +
              recorded_at: Thu, 21 Feb 2019 16:39:20 GMT
         | 
| 144 | 
            +
            - request:
         | 
| 145 | 
            +
                method: get
         | 
| 146 | 
            +
                uri: https://rest.zuora.com/v1/object/account/2c92a0fc690db104016910ece4fc24fe
         | 
| 147 | 
            +
                body:
         | 
| 148 | 
            +
                  encoding: US-ASCII
         | 
| 149 | 
            +
                  string: ''
         | 
| 150 | 
            +
                headers:
         | 
| 151 | 
            +
                  Content-Type:
         | 
| 152 | 
            +
                  - application/json
         | 
| 153 | 
            +
                  apiAccessKeyId:
         | 
| 154 | 
            +
                  - "{ZUORA_USERNAME}"
         | 
| 155 | 
            +
                  apiSecretAccessKey:
         | 
| 156 | 
            +
                  - "{ZUORA_PASSWORD}"
         | 
| 157 | 
            +
              response:
         | 
| 158 | 
            +
                status:
         | 
| 159 | 
            +
                  code: 404
         | 
| 160 | 
            +
                  message: Not Found
         | 
| 161 | 
            +
                headers:
         | 
| 162 | 
            +
                  Content-Type:
         | 
| 163 | 
            +
                  - application/json; charset=utf-8
         | 
| 164 | 
            +
                  Server:
         | 
| 165 | 
            +
                  - kong/0.9.9
         | 
| 166 | 
            +
                  zuora-request-id:
         | 
| 167 | 
            +
                  - 5453df72-ba55-47d5-9bd2-8888be7206fd
         | 
| 168 | 
            +
                  X-Kong-Upstream-Latency:
         | 
| 169 | 
            +
                  - '46'
         | 
| 170 | 
            +
                  X-Kong-Proxy-Latency:
         | 
| 171 | 
            +
                  - '0'
         | 
| 172 | 
            +
                  Expires:
         | 
| 173 | 
            +
                  - Thu, 21 Feb 2019 16:39:25 GMT
         | 
| 174 | 
            +
                  Cache-Control:
         | 
| 175 | 
            +
                  - max-age=0, no-cache, no-store
         | 
| 176 | 
            +
                  Pragma:
         | 
| 177 | 
            +
                  - no-cache
         | 
| 178 | 
            +
                  Date:
         | 
| 179 | 
            +
                  - Thu, 21 Feb 2019 16:39:25 GMT
         | 
| 180 | 
            +
                  Content-Length:
         | 
| 181 | 
            +
                  - '36'
         | 
| 182 | 
            +
                  Connection:
         | 
| 183 | 
            +
                  - keep-alive
         | 
| 184 | 
            +
                body:
         | 
| 185 | 
            +
                  encoding: UTF-8
         | 
| 186 | 
            +
                  string: '{"records":[],"size":0,"done":true}
         | 
| 187 | 
            +
             | 
| 188 | 
            +
            '
         | 
| 189 | 
            +
                http_version: 
         | 
| 190 | 
            +
              recorded_at: Thu, 21 Feb 2019 16:39:25 GMT
         | 
| 191 | 
            +
            recorded_with: VCR 4.0.0
         | 
| @@ -0,0 +1,588 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            http_interactions:
         | 
| 3 | 
            +
            - request:
         | 
| 4 | 
            +
                method: get
         | 
| 5 | 
            +
                uri: https://rest.zuora.com/v1/describe/Account
         | 
| 6 | 
            +
                body:
         | 
| 7 | 
            +
                  encoding: US-ASCII
         | 
| 8 | 
            +
                  string: ''
         | 
| 9 | 
            +
                headers:
         | 
| 10 | 
            +
                  Content-Type:
         | 
| 11 | 
            +
                  - application/json
         | 
| 12 | 
            +
                  apiAccessKeyId:
         | 
| 13 | 
            +
                  - "{ZUORA_USERNAME}"
         | 
| 14 | 
            +
                  apiSecretAccessKey:
         | 
| 15 | 
            +
                  - "{ZUORA_PASSWORD}"
         | 
| 16 | 
            +
              response:
         | 
| 17 | 
            +
                status:
         | 
| 18 | 
            +
                  code: 200
         | 
| 19 | 
            +
                  message: OK
         | 
| 20 | 
            +
                headers:
         | 
| 21 | 
            +
                  Content-Type:
         | 
| 22 | 
            +
                  - text/xml;charset=UTF-8
         | 
| 23 | 
            +
                  Content-Security-Policy-Report-Only:
         | 
| 24 | 
            +
                  - media-src 'none'; img-src 'self' *.zuora.com; object-src *.zuora.com; script-src
         | 
| 25 | 
            +
                    'unsafe-inline' 'unsafe-eval' 'self' https://api.tcell.io/; manifest-src 'none';
         | 
| 26 | 
            +
                    style-src 'unsafe-inline' 'self'; font-src 'self'; child-src 'none'; frame-src
         | 
| 27 | 
            +
                    'none'; connect-src 'self' https://api.tcell.io/ https://input.tcell.io/;
         | 
| 28 | 
            +
                    report-uri https://input.tcell.io/csp/8abeff14fea5928cf9f25296fca62aa1a75fa57a6f06ad15ea451d64a579f75c?rid=2063226540
         | 
| 29 | 
            +
                  Content-Language:
         | 
| 30 | 
            +
                  - en-US
         | 
| 31 | 
            +
                  Server:
         | 
| 32 | 
            +
                  - Zuora App
         | 
| 33 | 
            +
                  zuora-request-id:
         | 
| 34 | 
            +
                  - 73658693-693a-4607-8176-1902ba1aa1f4
         | 
| 35 | 
            +
                  X-Kong-Upstream-Latency:
         | 
| 36 | 
            +
                  - '70'
         | 
| 37 | 
            +
                  X-Kong-Proxy-Latency:
         | 
| 38 | 
            +
                  - '0'
         | 
| 39 | 
            +
                  Vary:
         | 
| 40 | 
            +
                  - Accept-Encoding
         | 
| 41 | 
            +
                  Content-Encoding:
         | 
| 42 | 
            +
                  - gzip
         | 
| 43 | 
            +
                  Expires:
         | 
| 44 | 
            +
                  - Thu, 21 Feb 2019 16:39:10 GMT
         | 
| 45 | 
            +
                  Cache-Control:
         | 
| 46 | 
            +
                  - max-age=0, no-cache, no-store
         | 
| 47 | 
            +
                  Pragma:
         | 
| 48 | 
            +
                  - no-cache
         | 
| 49 | 
            +
                  Date:
         | 
| 50 | 
            +
                  - Thu, 21 Feb 2019 16:39:10 GMT
         | 
| 51 | 
            +
                  Content-Length:
         | 
| 52 | 
            +
                  - '2724'
         | 
| 53 | 
            +
                  Connection:
         | 
| 54 | 
            +
                  - keep-alive
         | 
| 55 | 
            +
                  Set-Cookie:
         | 
| 56 | 
            +
                  - JSESSIONID={PROTECTED}; Path=/rest; Secure; HttpOnly
         | 
| 57 | 
            +
                body:
         | 
| 58 | 
            +
                  encoding: UTF-8
         | 
| 59 | 
            +
                  string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<object href=\"https://api.zuora.com/rest/api/describe/Account\">\r\n
         | 
| 60 | 
            +
                    \  <name>Account</name>\r\n   <label>Account</label>\r\n   <fields>\r\n      <field>\r\n
         | 
| 61 | 
            +
                    \        <name>AccountNumber</name>\r\n         <label>Account Number</label>\r\n
         | 
| 62 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 63 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 64 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 65 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 66 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 67 | 
            +
                    \     <field>\r\n         <name>ACHVerificationCode__c</name>\r\n         <label>ACH
         | 
| 68 | 
            +
                    Verification Code</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 69 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 70 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>255</maxlength>\r\n
         | 
| 71 | 
            +
                    \        <required>false</required>\r\n         <type>text</type>\r\n         <contexts>\r\n
         | 
| 72 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 73 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>ACHVerificationTimestamp__c</name>\r\n
         | 
| 74 | 
            +
                    \        <label>ACH Verification Timestamp</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 75 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 76 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 77 | 
            +
                    \        <maxlength>255</maxlength>\r\n         <required>false</required>\r\n
         | 
| 78 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 79 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 80 | 
            +
                    \     <field>\r\n         <name>AdditionalEmailAddresses</name>\r\n         <label>Additional
         | 
| 81 | 
            +
                    Email Addresses</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 82 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 83 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 84 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 85 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 86 | 
            +
                    \     <field>\r\n         <name>AllowInvoiceEdit</name>\r\n         <label>Allow
         | 
| 87 | 
            +
                    Invoice Editing</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 88 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 89 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 90 | 
            +
                    \        <type>boolean</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 91 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 92 | 
            +
                    \     <field>\r\n         <name>AutoPay</name>\r\n         <label>Auto Pay</label>\r\n
         | 
| 93 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 94 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 95 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 96 | 
            +
                    \        <type>boolean</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 97 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 98 | 
            +
                    \     <field>\r\n         <name>Balance</name>\r\n         <label>Account
         | 
| 99 | 
            +
                    Balance</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 100 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 101 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 102 | 
            +
                    \        <type>decimal</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 103 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 104 | 
            +
                    \     <field>\r\n         <name>Batch</name>\r\n         <label>Billing Batch</label>\r\n
         | 
| 105 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 106 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 107 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 108 | 
            +
                    \        <type>picklist</type>\r\n         <options>\r\n            <option>Batch1</option>\r\n
         | 
| 109 | 
            +
                    \           <option>Batch2</option>\r\n            <option>Batch3</option>\r\n
         | 
| 110 | 
            +
                    \           <option>Batch4</option>\r\n            <option>Batch5</option>\r\n
         | 
| 111 | 
            +
                    \           <option>Batch6</option>\r\n            <option>Batch7</option>\r\n
         | 
| 112 | 
            +
                    \           <option>Batch8</option>\r\n            <option>Batch9</option>\r\n
         | 
| 113 | 
            +
                    \           <option>Batch10</option>\r\n            <option>Batch11</option>\r\n
         | 
| 114 | 
            +
                    \           <option>Batch12</option>\r\n            <option>Batch13</option>\r\n
         | 
| 115 | 
            +
                    \           <option>Batch14</option>\r\n            <option>Batch15</option>\r\n
         | 
| 116 | 
            +
                    \           <option>Batch16</option>\r\n            <option>Batch17</option>\r\n
         | 
| 117 | 
            +
                    \           <option>Batch18</option>\r\n            <option>Batch19</option>\r\n
         | 
| 118 | 
            +
                    \           <option>Batch20</option>\r\n            <option>Batch21</option>\r\n
         | 
| 119 | 
            +
                    \           <option>Batch22</option>\r\n            <option>Batch23</option>\r\n
         | 
| 120 | 
            +
                    \           <option>Batch24</option>\r\n            <option>Batch25</option>\r\n
         | 
| 121 | 
            +
                    \           <option>Batch26</option>\r\n            <option>Batch27</option>\r\n
         | 
| 122 | 
            +
                    \           <option>Batch28</option>\r\n            <option>Batch29</option>\r\n
         | 
| 123 | 
            +
                    \           <option>Batch30</option>\r\n            <option>Batch31</option>\r\n
         | 
| 124 | 
            +
                    \           <option>Batch32</option>\r\n            <option>Batch33</option>\r\n
         | 
| 125 | 
            +
                    \           <option>Batch34</option>\r\n            <option>Batch35</option>\r\n
         | 
| 126 | 
            +
                    \           <option>Batch36</option>\r\n            <option>Batch37</option>\r\n
         | 
| 127 | 
            +
                    \           <option>Batch38</option>\r\n            <option>Batch39</option>\r\n
         | 
| 128 | 
            +
                    \           <option>Batch40</option>\r\n            <option>Batch41</option>\r\n
         | 
| 129 | 
            +
                    \           <option>Batch42</option>\r\n            <option>Batch43</option>\r\n
         | 
| 130 | 
            +
                    \           <option>Batch44</option>\r\n            <option>Batch45</option>\r\n
         | 
| 131 | 
            +
                    \           <option>Batch46</option>\r\n            <option>Batch47</option>\r\n
         | 
| 132 | 
            +
                    \           <option>Batch48</option>\r\n            <option>Batch49</option>\r\n
         | 
| 133 | 
            +
                    \           <option>Batch50</option>\r\n         </options>\r\n         <contexts>\r\n
         | 
| 134 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 135 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>BcdSettingOption</name>\r\n
         | 
| 136 | 
            +
                    \        <label>Bill Cycle Day Setting Option</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 137 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 138 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 139 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 140 | 
            +
                    \        <type>picklist</type>\r\n         <options>\r\n            <option>ManualSet</option>\r\n
         | 
| 141 | 
            +
                    \           <option>AutoSet</option>\r\n         </options>\r\n         <contexts>\r\n
         | 
| 142 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 143 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>BillCycleDay</name>\r\n
         | 
| 144 | 
            +
                    \        <label>Bill Cycle Day</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 145 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 146 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 147 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 148 | 
            +
                    \        <type>integer</type>\r\n         <options>\r\n            <option>0</option>\r\n
         | 
| 149 | 
            +
                    \           <option>1</option>\r\n            <option>2</option>\r\n            <option>3</option>\r\n
         | 
| 150 | 
            +
                    \           <option>4</option>\r\n            <option>5</option>\r\n            <option>6</option>\r\n
         | 
| 151 | 
            +
                    \           <option>7</option>\r\n            <option>8</option>\r\n            <option>9</option>\r\n
         | 
| 152 | 
            +
                    \           <option>10</option>\r\n            <option>11</option>\r\n            <option>12</option>\r\n
         | 
| 153 | 
            +
                    \           <option>13</option>\r\n            <option>14</option>\r\n            <option>15</option>\r\n
         | 
| 154 | 
            +
                    \           <option>16</option>\r\n            <option>17</option>\r\n            <option>18</option>\r\n
         | 
| 155 | 
            +
                    \           <option>19</option>\r\n            <option>20</option>\r\n            <option>21</option>\r\n
         | 
| 156 | 
            +
                    \           <option>22</option>\r\n            <option>23</option>\r\n            <option>24</option>\r\n
         | 
| 157 | 
            +
                    \           <option>25</option>\r\n            <option>26</option>\r\n            <option>27</option>\r\n
         | 
| 158 | 
            +
                    \           <option>28</option>\r\n            <option>29</option>\r\n            <option>30</option>\r\n
         | 
| 159 | 
            +
                    \           <option>31</option>\r\n         </options>\r\n         <contexts>\r\n
         | 
| 160 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 161 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>BillToId</name>\r\n
         | 
| 162 | 
            +
                    \        <label>Bill To ID</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 163 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 164 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 165 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 166 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 167 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>Bucket1__c</name>\r\n
         | 
| 168 | 
            +
                    \        <label>Bucket1</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 169 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 170 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 171 | 
            +
                    \        <maxlength>255</maxlength>\r\n         <required>false</required>\r\n
         | 
| 172 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 173 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 174 | 
            +
                    \     <field>\r\n         <name>Bucket2__c</name>\r\n         <label>Bucket2</label>\r\n
         | 
| 175 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 176 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 177 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>255</maxlength>\r\n
         | 
| 178 | 
            +
                    \        <required>false</required>\r\n         <type>text</type>\r\n         <contexts>\r\n
         | 
| 179 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 180 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>Bucket3__c</name>\r\n
         | 
| 181 | 
            +
                    \        <label>Bucket3</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 182 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 183 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 184 | 
            +
                    \        <maxlength>255</maxlength>\r\n         <required>false</required>\r\n
         | 
| 185 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 186 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 187 | 
            +
                    \     <field>\r\n         <name>Bucket4__c</name>\r\n         <label>Bucket4</label>\r\n
         | 
| 188 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 189 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 190 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>255</maxlength>\r\n
         | 
| 191 | 
            +
                    \        <required>false</required>\r\n         <type>text</type>\r\n         <contexts>\r\n
         | 
| 192 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 193 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>BucketTotal__c</name>\r\n
         | 
| 194 | 
            +
                    \        <label>BucketTotal</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 195 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 196 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 197 | 
            +
                    \        <maxlength>255</maxlength>\r\n         <required>false</required>\r\n
         | 
| 198 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 199 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 200 | 
            +
                    \     <field>\r\n         <name>BusinessUnit__c</name>\r\n         <label>Business
         | 
| 201 | 
            +
                    Unit</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 202 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 203 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>255</maxlength>\r\n
         | 
| 204 | 
            +
                    \        <required>false</required>\r\n         <type>text</type>\r\n         <contexts>\r\n
         | 
| 205 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 206 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>CCemail__c</name>\r\n
         | 
| 207 | 
            +
                    \        <label>CCemail</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 208 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 209 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 210 | 
            +
                    \        <maxlength>255</maxlength>\r\n         <required>false</required>\r\n
         | 
| 211 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 212 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 213 | 
            +
                    \     <field>\r\n         <name>CommunicationProfileId</name>\r\n         <label>CommunicationProfile
         | 
| 214 | 
            +
                    ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 215 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 216 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 217 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 218 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 219 | 
            +
                    \     <field>\r\n         <name>CreatedById</name>\r\n         <label>Created
         | 
| 220 | 
            +
                    By ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 221 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 222 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 223 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 224 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 225 | 
            +
                    \     <field>\r\n         <name>CreatedDate</name>\r\n         <label>Created
         | 
| 226 | 
            +
                    Date</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 227 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 228 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 229 | 
            +
                    \        <type>datetime</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 230 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 231 | 
            +
                    \     <field>\r\n         <name>CreditBalance</name>\r\n         <label>Credit
         | 
| 232 | 
            +
                    Balance</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 233 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 234 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 235 | 
            +
                    \        <type>decimal</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 236 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 237 | 
            +
                    \     <field>\r\n         <name>CrmId</name>\r\n         <label>CRM Account
         | 
| 238 | 
            +
                    ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 239 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 240 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 241 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 242 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 243 | 
            +
                    \     <field>\r\n         <name>Currency</name>\r\n         <label>Currency</label>\r\n
         | 
| 244 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 245 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 246 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 247 | 
            +
                    \        <type>text</type>\r\n         <options>\r\n            <option>USD</option>\r\n
         | 
| 248 | 
            +
                    \           <option>ZAR</option>\r\n            <option>MUR</option>\r\n            <option>MVR</option>\r\n
         | 
| 249 | 
            +
                    \           <option>MWK</option>\r\n            <option>AFN</option>\r\n            <option>MYR</option>\r\n
         | 
| 250 | 
            +
                    \           <option>MZN</option>\r\n            <option>NAD</option>\r\n            <option>NGN</option>\r\n
         | 
| 251 | 
            +
                    \           <option>NIO</option>\r\n            <option>MXN</option>\r\n            <option>NOK</option>\r\n
         | 
| 252 | 
            +
                    \           <option>NPR</option>\r\n            <option>NZD</option>\r\n            <option>OMR</option>\r\n
         | 
| 253 | 
            +
                    \           <option>PAB</option>\r\n            <option>PEN</option>\r\n            <option>PGK</option>\r\n
         | 
| 254 | 
            +
                    \           <option>PHP</option>\r\n            <option>PKR</option>\r\n            <option>PLN</option>\r\n
         | 
| 255 | 
            +
                    \           <option>AED</option>\r\n            <option>PYG</option>\r\n            <option>QAR</option>\r\n
         | 
| 256 | 
            +
                    \           <option>RON</option>\r\n            <option>RSD</option>\r\n            <option>RWF</option>\r\n
         | 
| 257 | 
            +
                    \           <option>SAR</option>\r\n            <option>SBD</option>\r\n            <option>SCR</option>\r\n
         | 
| 258 | 
            +
                    \           <option>SDG</option>\r\n            <option>SEK</option>\r\n            <option>ALL</option>\r\n
         | 
| 259 | 
            +
                    \           <option>SGD</option>\r\n            <option>SHP</option>\r\n            <option>SLL</option>\r\n
         | 
| 260 | 
            +
                    \           <option>SOS</option>\r\n            <option>SRD</option>\r\n            <option>STD</option>\r\n
         | 
| 261 | 
            +
                    \           <option>HKD</option>\r\n            <option>SVC</option>\r\n            <option>SYP</option>\r\n
         | 
| 262 | 
            +
                    \           <option>SZL</option>\r\n            <option>THB</option>\r\n            <option>TJS</option>\r\n
         | 
| 263 | 
            +
                    \           <option>TND</option>\r\n            <option>TOP</option>\r\n            <option>TRY</option>\r\n
         | 
| 264 | 
            +
                    \           <option>AMD</option>\r\n            <option>TTD</option>\r\n            <option>TWD</option>\r\n
         | 
| 265 | 
            +
                    \           <option>TZS</option>\r\n            <option>UAH</option>\r\n            <option>UGX</option>\r\n
         | 
| 266 | 
            +
                    \           <option>UYU</option>\r\n            <option>UZS</option>\r\n            <option>VEF</option>\r\n
         | 
| 267 | 
            +
                    \           <option>ANG</option>\r\n            <option>VND</option>\r\n            <option>VUV</option>\r\n
         | 
| 268 | 
            +
                    \           <option>WST</option>\r\n            <option>XAF</option>\r\n            <option>XCD</option>\r\n
         | 
| 269 | 
            +
                    \           <option>XOF</option>\r\n            <option>AOA</option>\r\n            <option>XPF</option>\r\n
         | 
| 270 | 
            +
                    \           <option>YER</option>\r\n            <option>ZMK</option>\r\n            <option>ZWD</option>\r\n
         | 
| 271 | 
            +
                    \           <option>HNL</option>\r\n            <option>VES</option>\r\n            <option>ARS</option>\r\n
         | 
| 272 | 
            +
                    \           <option>AWG</option>\r\n            <option>EUR</option>\r\n            <option>AZN</option>\r\n
         | 
| 273 | 
            +
                    \           <option>BAM</option>\r\n            <option>BBD</option>\r\n            <option>BDT</option>\r\n
         | 
| 274 | 
            +
                    \           <option>BGN</option>\r\n            <option>BHD</option>\r\n            <option>BIF</option>\r\n
         | 
| 275 | 
            +
                    \           <option>BMD</option>\r\n            <option>BND</option>\r\n            <option>BOB</option>\r\n
         | 
| 276 | 
            +
                    \           <option>GBP</option>\r\n            <option>BRL</option>\r\n            <option>BSD</option>\r\n
         | 
| 277 | 
            +
                    \           <option>BTN</option>\r\n            <option>BWP</option>\r\n            <option>BYR</option>\r\n
         | 
| 278 | 
            +
                    \           <option>BZD</option>\r\n            <option>CDF</option>\r\n            <option>CLP</option>\r\n
         | 
| 279 | 
            +
                    \           <option>COP</option>\r\n            <option>CRC</option>\r\n            <option>JPY</option>\r\n
         | 
| 280 | 
            +
                    \           <option>CUP</option>\r\n            <option>CVE</option>\r\n            <option>CZK</option>\r\n
         | 
| 281 | 
            +
                    \           <option>DJF</option>\r\n            <option>DKK</option>\r\n            <option>DOP</option>\r\n
         | 
| 282 | 
            +
                    \           <option>DZD</option>\r\n            <option>EEK</option>\r\n            <option>EGP</option>\r\n
         | 
| 283 | 
            +
                    \           <option>CNY</option>\r\n            <option>ERN</option>\r\n            <option>ETB</option>\r\n
         | 
| 284 | 
            +
                    \           <option>FJD</option>\r\n            <option>FKP</option>\r\n            <option>GEL</option>\r\n
         | 
| 285 | 
            +
                    \           <option>GHS</option>\r\n            <option>GIP</option>\r\n            <option>GMD</option>\r\n
         | 
| 286 | 
            +
                    \           <option>GNF</option>\r\n            <option>CAD</option>\r\n            <option>GTQ</option>\r\n
         | 
| 287 | 
            +
                    \           <option>GYD</option>\r\n            <option>HRK</option>\r\n            <option>HTG</option>\r\n
         | 
| 288 | 
            +
                    \           <option>HUF</option>\r\n            <option>IDR</option>\r\n            <option>ILS</option>\r\n
         | 
| 289 | 
            +
                    \           <option>INR</option>\r\n            <option>IQD</option>\r\n            <option>AUD</option>\r\n
         | 
| 290 | 
            +
                    \           <option>IRR</option>\r\n            <option>ISK</option>\r\n            <option>JMD</option>\r\n
         | 
| 291 | 
            +
                    \           <option>JOD</option>\r\n            <option>KES</option>\r\n            <option>KGS</option>\r\n
         | 
| 292 | 
            +
                    \           <option>KHR</option>\r\n            <option>KMF</option>\r\n            <option>KPW</option>\r\n
         | 
| 293 | 
            +
                    \           <option>CHF</option>\r\n            <option>KRW</option>\r\n            <option>KWD</option>\r\n
         | 
| 294 | 
            +
                    \           <option>KYD</option>\r\n            <option>KZT</option>\r\n            <option>LAK</option>\r\n
         | 
| 295 | 
            +
                    \           <option>LBP</option>\r\n            <option>LKR</option>\r\n            <option>LRD</option>\r\n
         | 
| 296 | 
            +
                    \           <option>LSL</option>\r\n            <option>LTL</option>\r\n            <option>RUB</option>\r\n
         | 
| 297 | 
            +
                    \           <option>LVL</option>\r\n            <option>LYD</option>\r\n            <option>MAD</option>\r\n
         | 
| 298 | 
            +
                    \           <option>MDL</option>\r\n            <option>MGA</option>\r\n            <option>MKD</option>\r\n
         | 
| 299 | 
            +
                    \           <option>MMK</option>\r\n            <option>MNT</option>\r\n            <option>MOP</option>\r\n
         | 
| 300 | 
            +
                    \           <option>MRO</option>\r\n         </options>\r\n         <contexts>\r\n
         | 
| 301 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 302 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>CustomerServiceRepName</name>\r\n
         | 
| 303 | 
            +
                    \        <label>CSR</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 304 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 305 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 306 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 307 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 308 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 309 | 
            +
                    \     <field>\r\n         <name>DefaultPaymentMethodId</name>\r\n         <label>Default
         | 
| 310 | 
            +
                    Payment Method ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 311 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 312 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 313 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 314 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>DellAffinityNo__c</name>\r\n
         | 
| 315 | 
            +
                    \        <label>Dell Affinity No</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 316 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 317 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 318 | 
            +
                    \        <maxlength>20</maxlength>\r\n         <required>false</required>\r\n
         | 
| 319 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 320 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 321 | 
            +
                    \     <field>\r\n         <name>Id</name>\r\n         <label>ID</label>\r\n
         | 
| 322 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 323 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 324 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 325 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 326 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 327 | 
            +
                    \     <field>\r\n         <name>InvoiceDeliveryPrefsEmail</name>\r\n         <label>Invoice
         | 
| 328 | 
            +
                    Delivery Preferences Email</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 329 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 330 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 331 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 332 | 
            +
                    \        <type>boolean</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 333 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 334 | 
            +
                    \     <field>\r\n         <name>InvoiceDeliveryPrefsPrint</name>\r\n         <label>Invoice
         | 
| 335 | 
            +
                    Delivery Preferences Print</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 336 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 337 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 338 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 339 | 
            +
                    \        <type>boolean</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 340 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 341 | 
            +
                    \     <field>\r\n         <name>InvoiceTemplateId</name>\r\n         <label>Invoice
         | 
| 342 | 
            +
                    Template ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 343 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 344 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 345 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 346 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 347 | 
            +
                    \     <field>\r\n         <name>LastInvoiceDate</name>\r\n         <label>Last
         | 
| 348 | 
            +
                    Invoice Date</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 349 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 350 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 351 | 
            +
                    \        <type>date</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 352 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 353 | 
            +
                    \     <field>\r\n         <name>LatestDunningEmailSubject__c</name>\r\n         <label>Latest
         | 
| 354 | 
            +
                    Dunning Email Subject</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 355 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 356 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 357 | 
            +
                    \        <maxlength>255</maxlength>\r\n         <required>false</required>\r\n
         | 
| 358 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 359 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 360 | 
            +
                    \     <field>\r\n         <name>LineofBusiness__c</name>\r\n         <label>Line
         | 
| 361 | 
            +
                    of Business</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 362 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 363 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>30</maxlength>\r\n         <required>false</required>\r\n
         | 
| 364 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 365 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 366 | 
            +
                    \     <field>\r\n         <name>memberid__c</name>\r\n         <label>memberid</label>\r\n
         | 
| 367 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 368 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 369 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>255</maxlength>\r\n
         | 
| 370 | 
            +
                    \        <required>false</required>\r\n         <type>text</type>\r\n         <contexts>\r\n
         | 
| 371 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 372 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>Mrr</name>\r\n
         | 
| 373 | 
            +
                    \        <label>CMRR</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 374 | 
            +
                    \        <createable>false</createable>\r\n         <updateable>false</updateable>\r\n
         | 
| 375 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 376 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 377 | 
            +
                    \        <type>decimal</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 378 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 379 | 
            +
                    \     <field>\r\n         <name>Name</name>\r\n         <label>Name</label>\r\n
         | 
| 380 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 381 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 382 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 383 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 384 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 385 | 
            +
                    \     <field>\r\n         <name>Notes</name>\r\n         <label>Notes</label>\r\n
         | 
| 386 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 387 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 388 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 389 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 390 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 391 | 
            +
                    \     <field>\r\n         <name>ParentId</name>\r\n         <label>Parent
         | 
| 392 | 
            +
                    ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 393 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 394 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 395 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 396 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 397 | 
            +
                    \     <field>\r\n         <name>PaymentGateway</name>\r\n         <label>Payment
         | 
| 398 | 
            +
                    Gateway Name</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 399 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 400 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 401 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 402 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 403 | 
            +
                    \     <field>\r\n         <name>PaymentTerm</name>\r\n         <label>Payment
         | 
| 404 | 
            +
                    Term</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 405 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 406 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 407 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 408 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 409 | 
            +
                    \     <field>\r\n         <name>ProfileGroup__c</name>\r\n         <label>Profile
         | 
| 410 | 
            +
                    Group</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 411 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 412 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 413 | 
            +
                    \        <type>picklist</type>\r\n         <options>\r\n            <option>English</option>\r\n
         | 
| 414 | 
            +
                    \           <option>Danish</option>\r\n            <option>German</option>\r\n
         | 
| 415 | 
            +
                    \           <option>French</option>\r\n            <option>Japanese</option>\r\n
         | 
| 416 | 
            +
                    \           <option>Spanish</option>\r\n         </options>\r\n         <contexts>\r\n
         | 
| 417 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 418 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>publisher__c</name>\r\n
         | 
| 419 | 
            +
                    \        <label>publisher</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 420 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 421 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>true</custom>\r\n
         | 
| 422 | 
            +
                    \        <maxlength>255</maxlength>\r\n         <required>false</required>\r\n
         | 
| 423 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 424 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 425 | 
            +
                    \     <field>\r\n         <name>PurchaseOrderNumber</name>\r\n         <label>PO
         | 
| 426 | 
            +
                    Number</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 427 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 428 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 429 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 430 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 431 | 
            +
                    \     <field>\r\n         <name>SalesRepName</name>\r\n         <label>Sales
         | 
| 432 | 
            +
                    Rep</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 433 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 434 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 435 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 436 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 437 | 
            +
                    \     <field>\r\n         <name>SoldToId</name>\r\n         <label>Sold To
         | 
| 438 | 
            +
                    ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 439 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 440 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 441 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 442 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>Status</name>\r\n
         | 
| 443 | 
            +
                    \        <label>Status</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 444 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 445 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 446 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 447 | 
            +
                    \        <type>picklist</type>\r\n         <options>\r\n            <option>Draft</option>\r\n
         | 
| 448 | 
            +
                    \           <option>Active</option>\r\n            <option>Canceled</option>\r\n
         | 
| 449 | 
            +
                    \        </options>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 450 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 451 | 
            +
                    \     <field>\r\n         <name>SuppressDunning__c</name>\r\n         <label>Suppress
         | 
| 452 | 
            +
                    Dunning</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 453 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 454 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 455 | 
            +
                    \        <type>picklist</type>\r\n         <options>\r\n            <option>false</option>\r\n
         | 
| 456 | 
            +
                    \           <option>true</option>\r\n         </options>\r\n         <contexts>\r\n
         | 
| 457 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 458 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>TaxCompanyCode</name>\r\n
         | 
| 459 | 
            +
                    \        <label>Tax Company Code</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 460 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 461 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 462 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 463 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 464 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 465 | 
            +
                    \     <field>\r\n         <name>TaxExemptCertificateID</name>\r\n         <label>Tax
         | 
| 466 | 
            +
                    Exempt Certificate ID</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 467 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 468 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 469 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 470 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 471 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 472 | 
            +
                    \     <field>\r\n         <name>TaxExemptCertificateType</name>\r\n         <label>Tax
         | 
| 473 | 
            +
                    Exempt Certificate Type</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 474 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 475 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 476 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 477 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 478 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 479 | 
            +
                    \     <field>\r\n         <name>TaxExemptDescription</name>\r\n         <label>Tax
         | 
| 480 | 
            +
                    Exempt Description</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 481 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 482 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 483 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 484 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 485 | 
            +
                    \     <field>\r\n         <name>TaxExemptEffectiveDate</name>\r\n         <label>Tax
         | 
| 486 | 
            +
                    Exempt Effective Date</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 487 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 488 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 489 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 490 | 
            +
                    \        <type>date</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 491 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 492 | 
            +
                    \     <field>\r\n         <name>TaxExemptEntityUseCode</name>\r\n         <label>Tax
         | 
| 493 | 
            +
                    Exempt Entity/Use Code</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 494 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 495 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 496 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 497 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 498 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 499 | 
            +
                    \     <field>\r\n         <name>TaxExemptExpirationDate</name>\r\n         <label>Tax
         | 
| 500 | 
            +
                    Exempt Expiration Date</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 501 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 502 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 503 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 504 | 
            +
                    \        <type>date</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 505 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 506 | 
            +
                    \     <field>\r\n         <name>TaxExemptIssuingJurisdiction</name>\r\n         <label>Tax
         | 
| 507 | 
            +
                    Exempt Issuing Jurisdiction</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 508 | 
            +
                    \        <createable>true</createable>\r\n         <updateable>true</updateable>\r\n
         | 
| 509 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 510 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 511 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 512 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 513 | 
            +
                    \     <field>\r\n         <name>TaxExemptStatus</name>\r\n         <label>Tax
         | 
| 514 | 
            +
                    Exempt Status</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 515 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 516 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 517 | 
            +
                    \        <type>picklist</type>\r\n         <options>\r\n            <option>No</option>\r\n
         | 
| 518 | 
            +
                    \           <option>Yes</option>\r\n            <option>PendingVerification</option>\r\n
         | 
| 519 | 
            +
                    \        </options>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 520 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 521 | 
            +
                    \     <field>\r\n         <name>TestAccountField__c</name>\r\n         <label>Test
         | 
| 522 | 
            +
                    Account Field</label>\r\n         <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 523 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 524 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>255</maxlength>\r\n
         | 
| 525 | 
            +
                    \        <required>false</required>\r\n         <type>text</type>\r\n         <contexts>\r\n
         | 
| 526 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 527 | 
            +
                    \        </contexts>\r\n      </field>\r\n      <field>\r\n         <name>TotalDebitMemoBalance</name>\r\n
         | 
| 528 | 
            +
                    \        <label>Total Debit Memo Balance</label>\r\n         <selectable>true</selectable>\r\n
         | 
| 529 | 
            +
                    \        <createable>false</createable>\r\n         <updateable>false</updateable>\r\n
         | 
| 530 | 
            +
                    \        <filterable>true</filterable>\r\n         <custom>false</custom>\r\n
         | 
| 531 | 
            +
                    \        <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 532 | 
            +
                    \        <type>decimal</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 533 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 534 | 
            +
                    \     <field>\r\n         <name>TotalInvoiceBalance</name>\r\n         <label>Total
         | 
| 535 | 
            +
                    Invoice Balance</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 536 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 537 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 538 | 
            +
                    \        <type>decimal</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 539 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 540 | 
            +
                    \     <field>\r\n         <name>UnappliedBalance</name>\r\n         <label>Unapplied
         | 
| 541 | 
            +
                    Balance</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 542 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 543 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>true</required>\r\n
         | 
| 544 | 
            +
                    \        <type>decimal</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 545 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 546 | 
            +
                    \     <field>\r\n         <name>UnappliedCreditMemoAmount</name>\r\n         <label>Unapplied
         | 
| 547 | 
            +
                    Credit Memo Amount</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 548 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 549 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 550 | 
            +
                    \        <type>decimal</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 551 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 552 | 
            +
                    \     <field>\r\n         <name>UpdatedById</name>\r\n         <label>Updated
         | 
| 553 | 
            +
                    By ID</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 554 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 555 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 556 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 557 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 558 | 
            +
                    \     <field>\r\n         <name>UpdatedDate</name>\r\n         <label>Updated
         | 
| 559 | 
            +
                    Date</label>\r\n         <selectable>true</selectable>\r\n         <createable>false</createable>\r\n
         | 
| 560 | 
            +
                    \        <updateable>false</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 561 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 562 | 
            +
                    \        <type>datetime</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 563 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 564 | 
            +
                    \     <field>\r\n         <name>VATId</name>\r\n         <label>VAT ID</label>\r\n
         | 
| 565 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 566 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 567 | 
            +
                    \        <custom>false</custom>\r\n         <maxlength></maxlength>\r\n         <required>false</required>\r\n
         | 
| 568 | 
            +
                    \        <type>text</type>\r\n         <contexts>\r\n            <context>soap</context>\r\n
         | 
| 569 | 
            +
                    \           <context>export</context>\r\n         </contexts>\r\n      </field>\r\n
         | 
| 570 | 
            +
                    \     <field>\r\n         <name>VATNumber__c</name>\r\n         <label>VATNumber</label>\r\n
         | 
| 571 | 
            +
                    \        <selectable>true</selectable>\r\n         <createable>true</createable>\r\n
         | 
| 572 | 
            +
                    \        <updateable>true</updateable>\r\n         <filterable>true</filterable>\r\n
         | 
| 573 | 
            +
                    \        <custom>true</custom>\r\n         <maxlength>255</maxlength>\r\n
         | 
| 574 | 
            +
                    \        <required>false</required>\r\n         <type>text</type>\r\n         <contexts>\r\n
         | 
| 575 | 
            +
                    \           <context>soap</context>\r\n            <context>export</context>\r\n
         | 
| 576 | 
            +
                    \        </contexts>\r\n      </field>\r\n   </fields>\r\n   <related-objects>\r\n
         | 
| 577 | 
            +
                    \     <object href=\"https://api.zuora.com/rest/api/describe/Contact\">\r\n
         | 
| 578 | 
            +
                    \        <name>BillToContact</name>\r\n         <label>Bill To</label>    \r\n
         | 
| 579 | 
            +
                    \     </object>\r\n      <object href=\"https://api.zuora.com/rest/api/describe/PaymentMethod\">\r\n
         | 
| 580 | 
            +
                    \        <name>DefaultPaymentMethod</name>\r\n         <label>Default Payment
         | 
| 581 | 
            +
                    Method</label>    \r\n      </object>\r\n      <object href=\"https://api.zuora.com/rest/api/describe/Account\">\r\n
         | 
| 582 | 
            +
                    \        <name>ParentAccount</name>\r\n         <label>Parent Account</label>
         | 
| 583 | 
            +
                    \   \r\n      </object>\r\n      <object href=\"https://api.zuora.com/rest/api/describe/Contact\">\r\n
         | 
| 584 | 
            +
                    \        <name>SoldToContact</name>\r\n         <label>Sold To</label>    \r\n
         | 
| 585 | 
            +
                    \     </object>\r\n   </related-objects>\r\n</object>\r\n\r\n"
         | 
| 586 | 
            +
                http_version: 
         | 
| 587 | 
            +
              recorded_at: Thu, 21 Feb 2019 16:39:10 GMT
         | 
| 588 | 
            +
            recorded_with: VCR 4.0.0
         |