Click or drag to resize
Infosoft Logo

OnlinePaymentAgreementServiceUpdateCreditCardInformation Method

Attempts to update the creditcard information on payment agreements.

Namespace: Infosoft.Webservices.Payments
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public UpdateCreditCardInformationResponse UpdateCreditCardInformation(
	UpdateCreditCardInformationRequest request
)

Parameters

request  UpdateCreditCardInformationRequest
A request object that contains a list of payment agreement IDs

Return Value

UpdateCreditCardInformationResponse
A list that contains the current status of the payment agreements.

Implements

IPaymentAgreementServiceUpdateCreditCardInformation(UpdateCreditCardInformationRequest)
See Also