共用方式為


RecipientTransfers interface

代表 RecipientTransfers 的介面。

方法

accept(string, AcceptTransferRequest, RecipientTransfersAcceptOptionalParams)

接受傳輸要求。

decline(string, RecipientTransfersDeclineOptionalParams)

拒絕傳輸要求。

get(string, RecipientTransfersGetOptionalParams)

依標識碼取得傳輸要求。 呼叫端必須是轉移要求的收件者。

list(RecipientTransfersListOptionalParams)

列出呼叫端收到的傳輸要求。

validate(string, AcceptTransferRequest, RecipientTransfersValidateOptionalParams)

驗證是否可以轉移訂用帳戶或保留。 使用這項作業來驗證您的訂用帳戶或保留,再使用接受轉移作業。

方法詳細資料

accept(string, AcceptTransferRequest, RecipientTransfersAcceptOptionalParams)

接受傳輸要求。

function accept(transferName: string, parameters: AcceptTransferRequest, options?: RecipientTransfersAcceptOptionalParams): Promise<RecipientTransferDetails>

參數

transferName

string

可唯一識別傳輸要求的標識碼。

parameters
AcceptTransferRequest

要求提供給接受傳輸作業的參數。

options
RecipientTransfersAcceptOptionalParams

選項參數。

傳回

decline(string, RecipientTransfersDeclineOptionalParams)

拒絕傳輸要求。

function decline(transferName: string, options?: RecipientTransfersDeclineOptionalParams): Promise<RecipientTransferDetails>

參數

transferName

string

可唯一識別傳輸要求的標識碼。

options
RecipientTransfersDeclineOptionalParams

選項參數。

傳回

get(string, RecipientTransfersGetOptionalParams)

依標識碼取得傳輸要求。 呼叫端必須是轉移要求的收件者。

function get(transferName: string, options?: RecipientTransfersGetOptionalParams): Promise<RecipientTransferDetails>

參數

transferName

string

可唯一識別傳輸要求的標識碼。

options
RecipientTransfersGetOptionalParams

選項參數。

傳回

list(RecipientTransfersListOptionalParams)

列出呼叫端收到的傳輸要求。

function list(options?: RecipientTransfersListOptionalParams): PagedAsyncIterableIterator<RecipientTransferDetails, RecipientTransferDetails[], PageSettings>

參數

options
RecipientTransfersListOptionalParams

選項參數。

傳回

validate(string, AcceptTransferRequest, RecipientTransfersValidateOptionalParams)

驗證是否可以轉移訂用帳戶或保留。 使用這項作業來驗證您的訂用帳戶或保留,再使用接受轉移作業。

function validate(transferName: string, parameters: AcceptTransferRequest, options?: RecipientTransfersValidateOptionalParams): Promise<ValidateTransferListResponse>

參數

transferName

string

可唯一識別傳輸要求的標識碼。

parameters
AcceptTransferRequest

要求提供給驗證傳輸作業的參數。

傳回