File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -4524,8 +4524,8 @@ paths:
45244524 which has a default rate limit of <strong>480 requests per minute</strong>.'
45254525 /projects/{project_id}/subscriptions/{subscription_id}/transactions :
45264526 get :
4527- summary : Get a Play Store subscription's transactions
4528- operationId : get-play-store-subscription-transactions
4527+ summary : Get a Play Store or App Store subscription's transactions
4528+ operationId : get-play-store-or-app-store- subscription-transactions
45294529 x-revenuecat-rate-limiting-domain : customer_information
45304530 x-scopes :
45314531 - customer_information:subscriptions:read
@@ -9635,6 +9635,13 @@ components:
96359635 type : integer
96369636 format : int64
96379637 example : 1658399423658
9638+ effective_expiration_date :
9639+ description : The effective expiration date of the transaction in ms since
9640+ epoch
9641+ nullable : true
9642+ type : integer
9643+ format : int64
9644+ example : 1658399423658
96389645 additionalProperties : false
96399646 Transfer :
96409647 type : object
Original file line number Diff line number Diff line change @@ -4357,8 +4357,8 @@ paths:
43574357 which has a default rate limit of <strong>480 requests per minute</strong>.'
43584358 /projects/{project_id}/subscriptions/{subscription_id}/transactions :
43594359 get :
4360- summary : Get a Play Store subscription's transactions
4361- operationId : get-play-store-subscription-transactions
4360+ summary : Get a Play Store or App Store subscription's transactions
4361+ operationId : get-play-store-or-app-store- subscription-transactions
43624362 x-revenuecat-rate-limiting-domain : customer_information
43634363 x-scopes :
43644364 - customer_information:subscriptions:read
@@ -9445,6 +9445,13 @@ components:
94459445 type : integer
94469446 format : int64
94479447 example : 1658399423658
9448+ effective_expiration_date :
9449+ description : The effective expiration date of the transaction in ms since
9450+ epoch
9451+ nullable : true
9452+ type : integer
9453+ format : int64
9454+ example : 1658399423658
94489455 additionalProperties : false
94499456 Transfer :
94509457 type : object
You can’t perform that action at this time.
0 commit comments