 | IElectronicProcessingGetPaymentsByDealerResponseTypePayments Property |
A list of payments that match the specified criteria.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IElectronicProcessingElectronicPaymentType[] Payments { get; set; }Public Property Payments As IElectronicProcessingElectronicPaymentType()
Get
Set
function get Payments () : IElectronicProcessingElectronicPaymentType[]
function set Payments (value : IElectronicProcessingElectronicPaymentType[])
function get_Payments();
function set_Payments(value);
Property Value
Type:
IElectronicProcessingElectronicPaymentType
See Also