Package com.xero.models.finance
Class CurrentStatementResponse
java.lang.Object
com.xero.models.finance.CurrentStatementResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendBalance(Double endBalance) Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).endDate(org.threeten.bp.LocalDate endDate) Looking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to.booleanLooking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).org.threeten.bp.LocalDateLooking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to.org.threeten.bp.OffsetDateTimeLooking at the most recent bank statement, this field indicates when the document was imported into Xero.Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).org.threeten.bp.LocalDateLooking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to.inthashCode()importedDateTimeUtc(org.threeten.bp.OffsetDateTime importedDateTimeUtc) Looking at the most recent bank statement, this field indicates when the document was imported into Xero.importSourceType(String importSourceType) Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).voidsetEndBalance(Double endBalance) Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).voidsetEndDate(org.threeten.bp.LocalDate endDate) Looking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to.voidsetImportedDateTimeUtc(org.threeten.bp.OffsetDateTime importedDateTimeUtc) Looking at the most recent bank statement, this field indicates when the document was imported into Xero.voidsetImportSourceType(String importSourceType) Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).voidsetStartBalance(Double startBalance) Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).voidsetStartDate(org.threeten.bp.LocalDate startDate) Looking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to.startBalance(Double startBalance) Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).startDate(org.threeten.bp.LocalDate startDate) Looking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to.toString()
-
Constructor Details
-
CurrentStatementResponse
public CurrentStatementResponse()
-
-
Method Details
-
startDate
Looking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to. This date is represented in ISO 8601 format.- Parameters:
startDate- LocalDate- Returns:
- CurrentStatementResponse
-
getStartDate
public org.threeten.bp.LocalDate getStartDate()Looking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to. This date is represented in ISO 8601 format.- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.LocalDate startDate) Looking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to. This date is represented in ISO 8601 format.- Parameters:
startDate- LocalDate
-
endDate
Looking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to. This date is represented in ISO 8601 format.- Parameters:
endDate- LocalDate- Returns:
- CurrentStatementResponse
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()Looking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to. This date is represented in ISO 8601 format.- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate) Looking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to. This date is represented in ISO 8601 format.- Parameters:
endDate- LocalDate
-
startBalance
Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).- Parameters:
startBalance- Double- Returns:
- CurrentStatementResponse
-
getStartBalance
Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).- Returns:
- startBalance
-
setStartBalance
Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).- Parameters:
startBalance- Double
-
endBalance
Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).- Parameters:
endBalance- Double- Returns:
- CurrentStatementResponse
-
getEndBalance
Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).- Returns:
- endBalance
-
setEndBalance
Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).- Parameters:
endBalance- Double
-
importedDateTimeUtc
public CurrentStatementResponse importedDateTimeUtc(org.threeten.bp.OffsetDateTime importedDateTimeUtc) Looking at the most recent bank statement, this field indicates when the document was imported into Xero. This date is represented in ISO 8601 format.- Parameters:
importedDateTimeUtc- OffsetDateTime- Returns:
- CurrentStatementResponse
-
getImportedDateTimeUtc
public org.threeten.bp.OffsetDateTime getImportedDateTimeUtc()Looking at the most recent bank statement, this field indicates when the document was imported into Xero. This date is represented in ISO 8601 format.- Returns:
- importedDateTimeUtc
-
setImportedDateTimeUtc
public void setImportedDateTimeUtc(org.threeten.bp.OffsetDateTime importedDateTimeUtc) Looking at the most recent bank statement, this field indicates when the document was imported into Xero. This date is represented in ISO 8601 format.- Parameters:
importedDateTimeUtc- OffsetDateTime
-
importSourceType
Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).- Parameters:
importSourceType- String- Returns:
- CurrentStatementResponse
-
getImportSourceType
Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).- Returns:
- importSourceType
-
setImportSourceType
Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).- Parameters:
importSourceType- String
-
equals
-
hashCode
-
toString
-