LinkRemotePayerToPeopleRequest
Table of Contents
-
$organizationId
: string
-
$peopleId
: string
-
$remotePayerId
: string
-
__construct()
: mixed
-
organizationId()
: string
-
peopleId()
: string
-
remotePayerId()
: string
$organizationId
private
string
$organizationId
$peopleId
private
string
$peopleId
$remotePayerId
private
string
$remotePayerId
__construct()
public
__construct(string $organizationId, string $peopleId, string $remotePayerId) : mixed
Parameters
-
$organizationId
: string
-
-
$peopleId
: string
-
-
$remotePayerId
: string
-
Return values
mixed
—
organizationId()
public
organizationId() : string
Return values
string
—
peopleId()
public
peopleId() : string
Return values
string
—
remotePayerId()
public
remotePayerId() : string
Return values
string
—