PaymentMethodsOperations interface
결제 방법 연산을 나타내는 인터페이스.
속성
| delete |
발신자가 소유한 결제 방법을 삭제합니다. |
| get |
청구 계정에 사용할 수 있는 결제 방법을 가져옵니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다. |
| get |
청구 프로필과 연결된 결제 방법을 가져옵니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다. |
| get |
호출자가 소유한 결제 방법을 가져옵니다. |
| list |
청구 계정에 사용할 수 있는 결제 방법을 나열합니다. 발신자가 소유한 결제 방법과 함께 이러한 결제 방법을 청구 프로필에 연결하여 결제할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다. |
| list |
청구 프로필에 연결된 결제 방법을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다. |
| list |
발신자가 소유한 결제 방법을 나열합니다. |
속성 세부 정보
deleteByUser
발신자가 소유한 결제 방법을 삭제합니다.
deleteByUser: (paymentMethodName: string, options?: PaymentMethodsDeleteByUserOptionalParams) => Promise<void>
속성 값
(paymentMethodName: string, options?: PaymentMethodsDeleteByUserOptionalParams) => Promise<void>
getByBillingAccount
청구 계정에 사용할 수 있는 결제 방법을 가져옵니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.
getByBillingAccount: (billingAccountName: string, paymentMethodName: string, options?: PaymentMethodsGetByBillingAccountOptionalParams) => Promise<PaymentMethod>
속성 값
(billingAccountName: string, paymentMethodName: string, options?: PaymentMethodsGetByBillingAccountOptionalParams) => Promise<PaymentMethod>
getByBillingProfile
청구 프로필과 연결된 결제 방법을 가져옵니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.
getByBillingProfile: (billingAccountName: string, billingProfileName: string, paymentMethodName: string, options?: PaymentMethodsGetByBillingProfileOptionalParams) => Promise<PaymentMethodLink>
속성 값
(billingAccountName: string, billingProfileName: string, paymentMethodName: string, options?: PaymentMethodsGetByBillingProfileOptionalParams) => Promise<PaymentMethodLink>
getByUser
호출자가 소유한 결제 방법을 가져옵니다.
getByUser: (paymentMethodName: string, options?: PaymentMethodsGetByUserOptionalParams) => Promise<PaymentMethod>
속성 값
(paymentMethodName: string, options?: PaymentMethodsGetByUserOptionalParams) => Promise<PaymentMethod>
listByBillingAccount
청구 계정에 사용할 수 있는 결제 방법을 나열합니다. 발신자가 소유한 결제 방법과 함께 이러한 결제 방법을 청구 프로필에 연결하여 결제할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.
listByBillingAccount: (billingAccountName: string, options?: PaymentMethodsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<PaymentMethod, PaymentMethod[], PageSettings>
속성 값
(billingAccountName: string, options?: PaymentMethodsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<PaymentMethod, PaymentMethod[], PageSettings>
listByBillingProfile
청구 프로필에 연결된 결제 방법을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.
listByBillingProfile: (billingAccountName: string, billingProfileName: string, options?: PaymentMethodsListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<PaymentMethodLink, PaymentMethodLink[], PageSettings>
속성 값
(billingAccountName: string, billingProfileName: string, options?: PaymentMethodsListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<PaymentMethodLink, PaymentMethodLink[], PageSettings>
listByUser
발신자가 소유한 결제 방법을 나열합니다.
listByUser: (options?: PaymentMethodsListByUserOptionalParams) => PagedAsyncIterableIterator<PaymentMethod, PaymentMethod[], PageSettings>
속성 값
(options?: PaymentMethodsListByUserOptionalParams) => PagedAsyncIterableIterator<PaymentMethod, PaymentMethod[], PageSettings>