次の方法で共有


PaymentProperties クラス

定義

支払いのプロパティ。

public class PaymentProperties
type PaymentProperties = class
Public Class PaymentProperties
継承
PaymentProperties

コンストラクター

PaymentProperties()

PaymentProperties クラスの新しいインスタンスを初期化します。

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

PaymentProperties クラスの新しいインスタンスを初期化します。

プロパティ

Amount

支払額を取得します。

Date

支払いが行われた日付を取得します。

PaymentMethodFamily

支払い方法のファミリを取得または設定します。 使用できる値は次のとおりです: 'Credit'、'CheckWire'、'CreditCard'、'None'

PaymentMethodType

支払い方法の種類を取得します。

PaymentType

支払いの種類を取得します。

適用対象