Click or drag to resize
Infosoft Logo

InfoWebSubscriptionInvoiceDistributionMethod Property

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). If the subscription object has no invoice distribution method set when retrieving it, an attempt will be made to get it from the title's paymenttype.

Namespace: Infosoft.Webservices.Subscription.helpclasses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InvoiceDistributionMethod? InvoiceDistributionMethod { get; set; }

Property Value

NullableInvoiceDistributionMethod
The distribution method invoice.
See Also