OperationBaseTax Property |
The tax portion that is included in the total transaction amount (xAmount).
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public Nullable<decimal> Tax { get; set; }
Public Property Tax As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> Tax {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Tax : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also