 | IElectronicProcessingGetPaymentsByDealerRequestTypePayingUserName Property |
The name of the paying user. Will be "CHECK" for payments not made online. Optional.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string PayingUserName { get; set; }Public Property PayingUserName As String
Get
Set
function get PayingUserName () : String
function set PayingUserName (value : String)
function get_PayingUserName();
function set_PayingUserName(value);
Property Value
Type:
String
See Also