다음을 통해 공유


BillingProfileCreationRequest 클래스

정의

새 청구 프로필을 만들기 위한 요청 매개 변수입니다.

public class BillingProfileCreationRequest
type BillingProfileCreationRequest = class
Public Class BillingProfileCreationRequest
상속
BillingProfileCreationRequest

생성자

BillingProfileCreationRequest()

BillingProfileCreationRequest 클래스의 새 instance 초기화합니다.

BillingProfileCreationRequest(String, String, AddressDetails, Nullable<Boolean>, IList<AzurePlan>)

BillingProfileCreationRequest 클래스의 새 instance 초기화합니다.

속성

BillTo

청구 프로필을 담당하는 개인 또는 organization 주소를 가져오거나 설정합니다.

DisplayName

청구 프로필의 이름을 가져오거나 설정합니다.

EnabledAzurePlans

청구 프로필에 대해 사용하도록 설정된 Azure 플랜을 가져오거나 설정합니다.

InvoiceEmailOptIn

청구 프로필에 대한 청구서가 이메일을 통해 전송되는지 여부를 제어하는 플래그를 가져오거나 설정합니다.

PoNumber

청구 프로필에 대해 생성된 청구서에 표시되는 구매 주문 이름을 가져오거나 설정합니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상