Click or drag to resize
Infosoft Logo

ChangeSubscriptionPaymentTypeRequestInvoiceDistributionMethod 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 this is null, it will default to 'File'.

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

Property Value

NullableInvoiceDistributionMethod
The invoice distribution method.
See Also