InvoiceSectionsOnExpand Class

Definition

The invoice sections associated to the billing profile. By default this is not populated, unless it's specified in $expand.

public class InvoiceSectionsOnExpand
type InvoiceSectionsOnExpand = class
Public Class InvoiceSectionsOnExpand
Inheritance
InvoiceSectionsOnExpand

Constructors

InvoiceSectionsOnExpand()

Initializes a new instance of the InvoiceSectionsOnExpand class.

InvoiceSectionsOnExpand(Nullable<Boolean>, IList<InvoiceSection>)

Initializes a new instance of the InvoiceSectionsOnExpand class.

Properties

HasMoreResults

Gets indicates whether there are more invoice sections than the ones listed in this collection. The collection lists a maximum of 50 invoice sections. To get all invoice sections, use the list invoice sections API.

Value

Gets or sets the invoice sections associated to the billing profile.

Applies to