Click or drag to resize
Infosoft Logo

IPaymentAgreementServiceUpdateCreditCardInformation Method

Attempts to update the creditcard information on payment agreements.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
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.
See Also