OperationBaseCustReceipt Property |
True/False value indicating if the email address specificied in xEmail should receive a receipt containing the transaction details. (CC/Check operations only)
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public bool CustReceipt { get; set; }
Public Property CustReceipt As Boolean
Get
Set
public:
property bool CustReceipt {
bool get ();
void set (bool value);
}
member CustReceipt : bool with get, set
Property Value
Type:
BooleanSee Also