Operation Id:
clients/payerAddress/get [Official Documentaction]
Methods
- clientId String
- resultsPage Integer
- resultsLimit Integer
Examples
This function retrieves the payer address of the client with ID "iaisystem".
Loading editor...
const result = await idosellRequest.getClientsPayerAddress .clientId("iaisystem") .exec();
This function retrieves the client payer addresses on the second page with 10 addresses per page.
Loading editor...
const result = await idosellRequest.getClientsPayerAddress .page(2,10) .exec();