QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

termsDiscountDay (property)

If the bill is paid within this period, a discount applies.

Syntax

@property (nonatomic,readwrite,assign,getter=termsDiscountDay,setter=setTermsDiscountDay:) int termsDiscountDay;
- (int)termsDiscountDay;
- (void)setTermsDiscountDay:(int)newTermsDiscountDay;
public var termsDiscountDay: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

For the ltStandardTerms ListType, if payment is received within this number of days, then TermsDiscountPercent will apply to the payment. For the ltDateDrivenTerms ListType, if payment is made by this day of the month, then TermsDiscountPercent applies.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]