QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

termsDueDay (property)

Indicates when payment is due.

Syntax

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

Default Value

0

Remarks

For the ltStandardTerms ListType, this property indicates the number of days until payment is due with no discount. For the ltDateDrivenTerms ListType, it indicates the day of the month payment is due with no discount.

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