다음을 통해 공유


PaymentProperties 생성자

정의

오버로드

PaymentProperties()

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

PaymentProperties(String, Amount, Nullable<DateTime>, String, String)

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

PaymentProperties()

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

public PaymentProperties ();
Public Sub New ()

적용 대상

PaymentProperties(String, Amount, Nullable<DateTime>, String, String)

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

public PaymentProperties (string paymentType = default, Microsoft.Azure.Management.Billing.Models.Amount amount = default, DateTime? date = default, string paymentMethodFamily = default, string paymentMethodType = default);
new Microsoft.Azure.Management.Billing.Models.PaymentProperties : string * Microsoft.Azure.Management.Billing.Models.Amount * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Billing.Models.PaymentProperties
Public Sub New (Optional paymentType As String = Nothing, Optional amount As Amount = Nothing, Optional date As Nullable(Of DateTime) = Nothing, Optional paymentMethodFamily As String = Nothing, Optional paymentMethodType As String = Nothing)

매개 변수

paymentType
String

결제 유형입니다.

amount
Amount

유료 금액입니다.

date
Nullable<DateTime>

결제한 날짜입니다.

paymentMethodFamily
String

결제 방법의 제품군입니다. 가능한 값으로는 '크레딧', 'CheckWire', 'CreditCard', 'None' 등이 있습니다.

paymentMethodType
String

결제 방법의 유형입니다.

적용 대상