 | IElectronicProcessingGetPaymentsByDealer Method |
Gets the payments submitted by a master dealer.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIElectronicProcessingGetPaymentsByDealerResponseType GetPaymentsByDealer(
IElectronicProcessingGetPaymentsByDealerRequestType request
)
Function GetPaymentsByDealer (
request As IElectronicProcessingGetPaymentsByDealerRequestType
) As IElectronicProcessingGetPaymentsByDealerResponseType
function GetPaymentsByDealer(
request : IElectronicProcessingGetPaymentsByDealerRequestType
) : IElectronicProcessingGetPaymentsByDealerResponseType
function GetPaymentsByDealer(request);
Parameters
- request
- Type: IASIElectronicProcessingGetPaymentsByDealerRequestType
[Missing <param name="request"/> documentation for "M:IAS.IElectronicProcessing.GetPaymentsByDealer(IAS.IElectronicProcessing.GetPaymentsByDealerRequestType)"]
Return Value
Type:
IElectronicProcessingGetPaymentsByDealerResponseTypeA list of payments.
See Also