Click or drag to resize
Infosoft Logo

SubscriptionChangeServiceChangeSubscriptionPaymentType Method

Change the subscription payment type.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public ChangeSubscriptionPaymentTypeResponse ChangeSubscriptionPaymentType(
	ChangeSubscriptionPaymentTypeRequest request
)

Parameters

request  ChangeSubscriptionPaymentTypeRequest
The request.

Return Value

ChangeSubscriptionPaymentTypeResponse
A response containing the change information

Implements

ISubscriptionChangeServiceChangeSubscriptionPaymentType(ChangeSubscriptionPaymentTypeRequest)
Exceptions
ExceptionCondition
ArgumentNullFaultIf no request was given or if no subscriptionIdentifier parameters or payment type code were sent
SubscriptionNotFoundFaultNo subscription found for given customer number and title code
InvalidValueFault PaymentType;Only changes to payment types that is defined as invoice types can be handled by this method or PaymentType;Only changes to payment types that is defined as invoice types can be handled by this method or PaymentType;Can not change to payment type PDF because the invoice payer's e-mail address is missing or PaymentType;Can not change to payment type PDF because the customer's e-mail address is missing or PaymentType;Can not change to payment type E2B because the invoice payer's organization number is missing or PaymentType;Can not change to payment type E2B because the customer's organization number is missing or PaymentType;Can not change to payment type PDF because the system is not configured for generating PDF files or PaymentType;It is not possible to change to given payment type
Remarks
- It is only possible to change to payment types defined as invoice types. - It is always possible to change to GIRO. - It is possible to change to PDF and E2B. - It is not possible to change to any of the norwegian efaktura or AvtaleGiro. - It is not possible to change to credit card based agreements. - It is not possible to change to Autogiro and Swedish eFaktura payment type. - It is not possible to change to Betalings Service - It is not possible to change to any custom defined external payment types.
See Also