deleteClientsPayerAddress

Operation Id:
clients/payerAddress/delete/post [Official Documentaction]
Methods

  • payers Array<Object>
  • clientId Integer
  • payerAddressId Integer
Examples

This function deletes the payer address with id 1 associated with client id 3.

const result = await idosellRequest.deleteClientsPayerAddress
	.clientId(3)
	.payerAddressId(1)
	.exec()