/// <summary> /// Initializes a new instance of the <see cref="GETAccountSummaryType" /> class. /// </summary> /// <param name="BasicInfo">BasicInfo.</param> /// <param name="BillToContact">BillToContact.</param> /// <param name="Invoices">Container for invoices. Only returns the last 6 invoices. .</param> /// <param name="Payments">Container for payments. Only returns the last 6 payments. .</param> /// <param name="SoldToContact">SoldToContact.</param> /// <param name="Subscriptions">Container for subscriptions. .</param> /// <param name="Success">Returns `true` if the request was processed successfully. .</param> /// <param name="TaxInfo">TaxInfo.</param> /// <param name="Usage">Container for usage data. Only returns the last 6 months of usage. .</param> public GETAccountSummaryType(GETAccountSummaryTypeBasicInfo BasicInfo = null, GETAccountSummaryTypeBillToContact BillToContact = null, List <GETAccountSummaryInvoiceType> Invoices = null, List <GETAccountSummaryPaymentType> Payments = null, GETAccountSummaryTypeSoldToContact SoldToContact = null, List <GETAccountSummarySubscriptionType> Subscriptions = null, bool?Success = null, GETAccountSummaryTypeTaxInfo TaxInfo = null, List <GETAccountSummaryUsageType> Usage = null) { this.BasicInfo = BasicInfo; this.BillToContact = BillToContact; this.Invoices = Invoices; this.Payments = Payments; this.SoldToContact = SoldToContact; this.Subscriptions = Subscriptions; this.Success = Success; this.TaxInfo = TaxInfo; this.Usage = Usage; }
/// <summary> /// Initializes a new instance of the <see cref="GETAccountType" /> class. /// </summary> /// <param name="BasicInfo">BasicInfo.</param> /// <param name="BillToContact">BillToContact.</param> /// <param name="BillingAndPayment">BillingAndPayment.</param> /// <param name="Metrics">Metrics.</param> /// <param name="SoldToContact">SoldToContact.</param> /// <param name="Success">Returns `true` if the request was processed successfully. .</param> /// <param name="TaxInfo">TaxInfo.</param> public GETAccountType(GETAccountTypeBasicInfo BasicInfo = null, GETAccountTypeBillToContact BillToContact = null, GETAccountTypeBillingAndPayment BillingAndPayment = null, GETAccountTypeMetrics Metrics = null, GETAccountTypeSoldToContact SoldToContact = null, bool?Success = null, GETAccountSummaryTypeTaxInfo TaxInfo = null) { this.BasicInfo = BasicInfo; this.BillToContact = BillToContact; this.BillingAndPayment = BillingAndPayment; this.Metrics = Metrics; this.SoldToContact = SoldToContact; this.Success = Success; this.TaxInfo = TaxInfo; }