Click or drag to resize
Infosoft Logo

OnlinePaymentAgreementServiceCreateCustomerPaymentAgreement Method

Creates a new payment agreement and attaches it to a given customer.

Namespace: Infosoft.Webservices.Payments
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public PaymentAgreementResponse CreateCustomerPaymentAgreement(
	CreateCustomerPaymentAgreementRequest request
)

Parameters

request  CreateCustomerPaymentAgreementRequest
A request object that contains a customer number and the data necessary to create a payment agreement.

Return Value

PaymentAgreementResponse
A response object that contains the newly created payment agreement.

Implements

ICustomerPaymentAgreementServiceCreateCustomerPaymentAgreement(CreateCustomerPaymentAgreementRequest)
See Also