beamable-sdk / api / paymentsGetAuditsBasic
Function: paymentsGetAuditsBasic()¶
paymentsGetAuditsBasic(
requester,limit?,player?,provider?,providerid?,start?,state?,txid?,gamertag?):Promise<HttpResponse<ListAuditResponse>>
Defined in: src/__generated__/apis/PaymentsApi.ts:64
Parameters¶
requester¶
The HttpRequester type to use for the API request.
limit?¶
number
The limit parameter to include in the API request.
player?¶
The player parameter to include in the API request.
string | bigint
provider?¶
string
The provider parameter to include in the API request.
providerid?¶
string
The providerid parameter to include in the API request.
start?¶
number
The start parameter to include in the API request.
state?¶
string
The state parameter to include in the API request.
txid?¶
The txid parameter to include in the API request.
string | bigint
gamertag?¶
string
Override the Gamer Tag of the player. This is generally inferred by the auth token.
Returns¶
Promise<HttpResponse<ListAuditResponse>>