Lines Matching refs:accountId

48    * @param string $accountId Account ID of the buyer.
54 public function accept($accountId, $proposalId, AcceptProposalRequest $postBody, $optParams = []) argument
56 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
65 * @param string $accountId Account ID of the buyer.
71 public function addNote($accountId, $proposalId, AddNoteRequest $postBody, $optParams = []) argument
73 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
82 * @param string $accountId Account ID of the buyer.
88 …public function cancelNegotiation($accountId, $proposalId, CancelNegotiationRequest $postBody, $op… argument
90 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
102 * @param string $accountId Account ID of the buyer.
108 …public function completeSetup($accountId, $proposalId, CompleteSetupRequest $postBody, $optParams … argument
110 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
118 * @param string $accountId Account ID of the buyer.
123 public function create($accountId, Proposal $postBody, $optParams = []) argument
125 $params = ['accountId' => $accountId, 'postBody' => $postBody];
133 * @param string $accountId Account ID of the buyer.
138 public function get($accountId, $proposalId, $optParams = []) argument
140 $params = ['accountId' => $accountId, 'proposalId' => $proposalId];
152 * @param string $accountId Account ID of the buyer.
167 public function listAccountsProposals($accountId, $optParams = []) argument
169 $params = ['accountId' => $accountId];
180 * @param string $accountId Account ID of the buyer.
186 public function pause($accountId, $proposalId, PauseProposalRequest $postBody, $optParams = []) argument
188 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
200 * @param string $accountId Account ID of the buyer.
206 public function resume($accountId, $proposalId, ResumeProposalRequest $postBody, $optParams = []) argument
208 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
224 * @param string $accountId Account ID of the buyer.
230 public function update($accountId, $proposalId, Proposal $postBody, $optParams = []) argument
232 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];