Click or drag to resize
Infosoft Logo

OnlinePaymentAgreementServiceGetCustomerPaymentAgreements Method

Gets all payment agreements belonging to the customer with the given customer number.

Namespace: Infosoft.Webservices.Payments
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public GetPaymentAgreementsResponse GetCustomerPaymentAgreements(
	GetPaymentAgreementsByCustomerRequest request
)

Parameters

request  GetPaymentAgreementsByCustomerRequest
A request object that contains a customer number.

Return Value

GetPaymentAgreementsResponse
A response object that contains the payment agreements belonging to the given customer.

Implements

ICustomerPaymentAgreementServiceGetCustomerPaymentAgreements(GetPaymentAgreementsByCustomerRequest)
See Also