File tree Expand file tree Collapse file tree 25 files changed +50
-50
lines changed Expand file tree Collapse file tree 25 files changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Alerts(SyncAPIResource):
3737 @cached_property
3838 def with_raw_response (self ) -> AlertsWithRawResponse :
3939 """
40- This property can be used as a prefix for any HTTP method call to return the
40+ This property can be used as a prefix for any HTTP method call to return
4141 the raw response object instead of the parsed content.
4242
4343 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -530,7 +530,7 @@ class AsyncAlerts(AsyncAPIResource):
530530 @cached_property
531531 def with_raw_response (self ) -> AsyncAlertsWithRawResponse :
532532 """
533- This property can be used as a prefix for any HTTP method call to return the
533+ This property can be used as a prefix for any HTTP method call to return
534534 the raw response object instead of the parsed content.
535535
536536 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def subscriptions(self) -> Subscriptions:
3939 @cached_property
4040 def with_raw_response (self ) -> CouponsWithRawResponse :
4141 """
42- This property can be used as a prefix for any HTTP method call to return the
42+ This property can be used as a prefix for any HTTP method call to return
4343 the raw response object instead of the parsed content.
4444
4545 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -264,7 +264,7 @@ def subscriptions(self) -> AsyncSubscriptions:
264264 @cached_property
265265 def with_raw_response (self ) -> AsyncCouponsWithRawResponse :
266266 """
267- This property can be used as a prefix for any HTTP method call to return the
267+ This property can be used as a prefix for any HTTP method call to return
268268 the raw response object instead of the parsed content.
269269
270270 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Subscriptions(SyncAPIResource):
2424 @cached_property
2525 def with_raw_response (self ) -> SubscriptionsWithRawResponse :
2626 """
27- This property can be used as a prefix for any HTTP method call to return the
27+ This property can be used as a prefix for any HTTP method call to return
2828 the raw response object instead of the parsed content.
2929
3030 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -99,7 +99,7 @@ class AsyncSubscriptions(AsyncAPIResource):
9999 @cached_property
100100 def with_raw_response (self ) -> AsyncSubscriptionsWithRawResponse :
101101 """
102- This property can be used as a prefix for any HTTP method call to return the
102+ This property can be used as a prefix for any HTTP method call to return
103103 the raw response object instead of the parsed content.
104104
105105 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class CreditNotes(SyncAPIResource):
2828 @cached_property
2929 def with_raw_response (self ) -> CreditNotesWithRawResponse :
3030 """
31- This property can be used as a prefix for any HTTP method call to return the
31+ This property can be used as a prefix for any HTTP method call to return
3232 the raw response object instead of the parsed content.
3333
3434 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -188,7 +188,7 @@ class AsyncCreditNotes(AsyncAPIResource):
188188 @cached_property
189189 def with_raw_response (self ) -> AsyncCreditNotesWithRawResponse :
190190 """
191- This property can be used as a prefix for any HTTP method call to return the
191+ This property can be used as a prefix for any HTTP method call to return
192192 the raw response object instead of the parsed content.
193193
194194 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class BalanceTransactions(SyncAPIResource):
3030 @cached_property
3131 def with_raw_response (self ) -> BalanceTransactionsWithRawResponse :
3232 """
33- This property can be used as a prefix for any HTTP method call to return the
33+ This property can be used as a prefix for any HTTP method call to return
3434 the raw response object instead of the parsed content.
3535
3636 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -191,7 +191,7 @@ class AsyncBalanceTransactions(AsyncAPIResource):
191191 @cached_property
192192 def with_raw_response (self ) -> AsyncBalanceTransactionsWithRawResponse :
193193 """
194- This property can be used as a prefix for any HTTP method call to return the
194+ This property can be used as a prefix for any HTTP method call to return
195195 the raw response object instead of the parsed content.
196196
197197 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Costs(SyncAPIResource):
2929 @cached_property
3030 def with_raw_response (self ) -> CostsWithRawResponse :
3131 """
32- This property can be used as a prefix for any HTTP method call to return the
32+ This property can be used as a prefix for any HTTP method call to return
3333 the raw response object instead of the parsed content.
3434
3535 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -404,7 +404,7 @@ class AsyncCosts(AsyncAPIResource):
404404 @cached_property
405405 def with_raw_response (self ) -> AsyncCostsWithRawResponse :
406406 """
407- This property can be used as a prefix for any HTTP method call to return the
407+ This property can be used as a prefix for any HTTP method call to return
408408 the raw response object instead of the parsed content.
409409
410410 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def top_ups(self) -> TopUps:
4949 @cached_property
5050 def with_raw_response (self ) -> CreditsWithRawResponse :
5151 """
52- This property can be used as a prefix for any HTTP method call to return the
52+ This property can be used as a prefix for any HTTP method call to return
5353 the raw response object instead of the parsed content.
5454
5555 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -212,7 +212,7 @@ def top_ups(self) -> AsyncTopUps:
212212 @cached_property
213213 def with_raw_response (self ) -> AsyncCreditsWithRawResponse :
214214 """
215- This property can be used as a prefix for any HTTP method call to return the
215+ This property can be used as a prefix for any HTTP method call to return
216216 the raw response object instead of the parsed content.
217217
218218 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Ledger(SyncAPIResource):
4040 @cached_property
4141 def with_raw_response (self ) -> LedgerWithRawResponse :
4242 """
43- This property can be used as a prefix for any HTTP method call to return the
43+ This property can be used as a prefix for any HTTP method call to return
4444 the raw response object instead of the parsed content.
4545
4646 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -2179,7 +2179,7 @@ class AsyncLedger(AsyncAPIResource):
21792179 @cached_property
21802180 def with_raw_response (self ) -> AsyncLedgerWithRawResponse :
21812181 """
2182- This property can be used as a prefix for any HTTP method call to return the
2182+ This property can be used as a prefix for any HTTP method call to return
21832183 the raw response object instead of the parsed content.
21842184
21852185 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class TopUps(SyncAPIResource):
3636 @cached_property
3737 def with_raw_response (self ) -> TopUpsWithRawResponse :
3838 """
39- This property can be used as a prefix for any HTTP method call to return the
39+ This property can be used as a prefix for any HTTP method call to return
4040 the raw response object instead of the parsed content.
4141
4242 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -419,7 +419,7 @@ class AsyncTopUps(AsyncAPIResource):
419419 @cached_property
420420 def with_raw_response (self ) -> AsyncTopUpsWithRawResponse :
421421 """
422- This property can be used as a prefix for any HTTP method call to return the
422+ This property can be used as a prefix for any HTTP method call to return
423423 the raw response object instead of the parsed content.
424424
425425 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def balance_transactions(self) -> BalanceTransactions:
7070 @cached_property
7171 def with_raw_response (self ) -> CustomersWithRawResponse :
7272 """
73- This property can be used as a prefix for any HTTP method call to return the
73+ This property can be used as a prefix for any HTTP method call to return
7474 the raw response object instead of the parsed content.
7575
7676 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
@@ -968,7 +968,7 @@ def balance_transactions(self) -> AsyncBalanceTransactions:
968968 @cached_property
969969 def with_raw_response (self ) -> AsyncCustomersWithRawResponse :
970970 """
971- This property can be used as a prefix for any HTTP method call to return the
971+ This property can be used as a prefix for any HTTP method call to return
972972 the raw response object instead of the parsed content.
973973
974974 For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments