Click or drag to resize
Infosoft Logo

ChangeSubscriptionPaymentTypeResponse Class

The response containing the change as it was persisted to the database
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.SubscriptionChangeSubscriptionPaymentTypeResponse

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

The ChangeSubscriptionPaymentTypeResponse type exposes the following members.

Properties
 NameDescription
Public propertyInvoiceDistributionMethod Gets or sets the invoice distribution method, this is an enum and valid values are 'Email' and 'File'. The customer can choose to have their invoice sent either through email (Email), or generated as a PDF file (File).
Public propertyPaymentTypeCode Gets or sets the payment type code.
Public propertySubscriptionIdentifier Gets or sets the subscription identifier.
Top
See Also