FinanceResource
Defined in: sdks/trendyol/src/resources/finance.ts:84
Trendyol finance endpoints — current-account-statement settlements and “other financials” (cargo invoices, labor cost adjustments, etc.).
Both endpoints return the same FinancialTransaction shape on the wire,
so the SDK exposes one typed surface for them.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FinanceResource(
transport,limiter?):FinanceResource
Defined in: sdks/trendyol/src/resources/finance.ts:87
Parameters
Section titled “Parameters”transport
Section titled “transport”TrendyolTransport
limiter?
Section titled “limiter?”TokenBucketRateLimiter
Returns
Section titled “Returns”FinanceResource
Methods
Section titled “Methods”getOtherFinancials()
Section titled “getOtherFinancials()”getOtherFinancials(
params?):Promise<CursorPage<FinancialTransaction>>
Defined in: sdks/trendyol/src/resources/finance.ts:101
Parameters
Section titled “Parameters”params?
Section titled “params?”ListFinanceParams = {}
Returns
Section titled “Returns”Promise<CursorPage<FinancialTransaction>>
getSettlements()
Section titled “getSettlements()”getSettlements(
params?):Promise<CursorPage<FinancialTransaction>>
Defined in: sdks/trendyol/src/resources/finance.ts:94
Parameters
Section titled “Parameters”params?
Section titled “params?”ListFinanceParams = {}
Returns
Section titled “Returns”Promise<CursorPage<FinancialTransaction>>
Unofficial. Lonca is an independent, community-maintained project — not affiliated with, endorsed by, or supported by Trendyol, Hepsiburada, or any other marketplace. All marketplace names and trademarks belong to their respective owners.