QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

totalDeposit (property)

The total of the deposit.

Syntax

@property (nonatomic,readonly,assign,getter=totalDeposit) NSString* totalDeposit;
- (NSString*)totalDeposit;
public var totalDeposit: String {
  get {...}
}

Default Value

""

Remarks

The total amount of the Deposit, as calculated by QuickBooks and returned. It will be equal to the sum of all the DepositLineAmounts.

The amount should be formatted as a string in dollars.

This property is read-only.

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