zuora_rest_client 1.0.1

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