PaymentProperties 建構函式

定義

多載

PaymentProperties()

初始化 PaymentProperties 類別的新實例。

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

初始化 PaymentProperties 類別的新實例。

PaymentProperties()

初始化 PaymentProperties 類別的新實例。

public PaymentProperties ();
Public Sub New ()

適用於

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

初始化 PaymentProperties 類別的新實例。

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

付款條件系列。 可能的值包括:'Credit'、'CheckWire'、'CreditCard'、'None'

paymentMethodType
String

付款條件的類型。

適用於