OperationBaseTip Property |
The tip 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> Tip { get; set; }
Public Property Tip As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> Tip {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Tip : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also