 | IElectronicProcessingGetPaymentsByDealerRequestTypeDollarAmount Property |
The dollar amount of the payment. Optional. Will return all payments between 0 and 99 cents of the given dollar amount.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> DollarAmount { get; set; }Public Property DollarAmount As Nullable(Of Decimal)
Get
Set
function get DollarAmount () : Nullable<decimal>
function set DollarAmount (value : Nullable<decimal>)
function get_DollarAmount();
function set_DollarAmount(value);
Property Value
Type:
NullableDecimal
See Also