diff --git a/docs/README.md b/docs/README.md index 728beec..b237d7e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -764,7 +764,7 @@ GetBalance retrieves a balance by its id. See: https://docs.mollie.com/reference/get-balance -### func \(\*BalancesService\) [GetPrimaryReport]() +### func \(\*BalancesService\) [GetPrimaryReport]() ```go func (bs *BalancesService) GetPrimaryReport(ctx context.Context, options *BalanceReportOptions) (res *Response, br *BalanceReport, err error) @@ -772,10 +772,12 @@ func (bs *BalancesService) GetPrimaryReport(ctx context.Context, options *Balanc GetPrimaryReport returns the report for the primary balance. -See: https://docs.mollie.com/reference/get-primary-balance-report +The alias \`primary\` is used instead of the balance ID to refer to the organization's primary balance. + +See: https://docs.mollie.com/reference/get-balance-report -### func \(\*BalancesService\) [GetPrimaryTransactionsList]() +### func \(\*BalancesService\) [GetPrimaryTransactionsList]() ```go func (bs *BalancesService) GetPrimaryTransactionsList(ctx context.Context, options *ListBalanceTransactionsOptions) (res *Response, btl *BalanceTransactionsList, err error) @@ -783,7 +785,9 @@ func (bs *BalancesService) GetPrimaryTransactionsList(ctx context.Context, optio GetPrimaryTransactionsList retrieves the list of movements \(transactions\) for the primary balance of the account. -See: https://docs.mollie.com/reference/list-primary-balance-transactions +The alias primary is used instead of the balance ID to refer to the organization's primary balance. + +See: https://docs.mollie.com/reference/list-balance-transactions ### func \(\*BalancesService\) [GetReport]() @@ -797,7 +801,7 @@ GetReport returns the balance report for the specified balance id. See: https://docs.mollie.com/reference/get-balance-report -### func \(\*BalancesService\) [GetTransactionsList]() +### func \(\*BalancesService\) [GetTransactionsList]() ```go func (bs *BalancesService) GetTransactionsList(ctx context.Context, balance string, options *ListBalanceTransactionsOptions) (res *Response, btl *BalanceTransactionsList, err error) @@ -3745,7 +3749,7 @@ func (ors *OrdersService) UpdateOrderLine(ctx context.Context, orderID string, o UpdateOrderLine can be used to update an order line. -See https://docs.mollie.com/reference/update-orderline +See https://docs.mollie.com/reference/update-order-line ## type [Organization]() @@ -3853,7 +3857,7 @@ func (os *OrganizationsService) GetPartnerStatus(ctx context.Context) (res *Resp GetPartnerStatus retrieves details about the partner status of the currently authenticated organization. -See: https://docs.mollie.com/reference/get-partner +See: https://docs.mollie.com/reference/get-partner-status ## type [Owner]()