OperationBaseAmount Property |
The total amount of the transaction, inclusive of tax and tip if applicable. This the total amount of the transaction.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public Nullable<decimal> Amount { get; set; }
Public Property Amount As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> Amount {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Amount : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also