CardknoxResponseAuthAmount Property |
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public Nullable<decimal> AuthAmount { get; }
Public ReadOnly Property AuthAmount As Nullable(Of Decimal)
Get
public:
property Nullable<Decimal> AuthAmount {
Nullable<Decimal> get ();
}
member AuthAmount : Nullable<decimal> with get
Property Value
Type:
NullableDecimalSee Also