Package com.xero.models.payrollau
Class SuperannuationLine
java.lang.Object
com.xero.models.payrollau.SuperannuationLine
public class SuperannuationLine extends Object
SuperannuationLine
-
Constructor Summary
Constructors Constructor Description SuperannuationLine() -
Method Summary
-
Constructor Details
-
SuperannuationLine
public SuperannuationLine()
-
-
Method Details
-
superMembershipID
-
getSuperMembershipID
Xero identifier for payroll super fund membership ID.- Returns:
- superMembershipID
-
setSuperMembershipID
-
contributionType
-
getContributionType
Get contributionType- Returns:
- contributionType
-
setContributionType
-
calculationType
-
getCalculationType
Get calculationType- Returns:
- calculationType
-
setCalculationType
-
minimumMonthlyEarnings
-
getMinimumMonthlyEarnings
Superannuation minimum monthly earnings.- Returns:
- minimumMonthlyEarnings
-
setMinimumMonthlyEarnings
-
expenseAccountCode
-
getExpenseAccountCode
Superannuation expense account code.- Returns:
- expenseAccountCode
-
setExpenseAccountCode
-
liabilityAccountCode
-
getLiabilityAccountCode
Superannuation liability account code- Returns:
- liabilityAccountCode
-
setLiabilityAccountCode
-
paymentDateForThisPeriod
-
getPaymentDateForThisPeriod
Superannuation payment date for the current period (YYYY-MM-DD)- Returns:
- paymentDateForThisPeriod
-
getPaymentDateForThisPeriodAsDate
public org.threeten.bp.LocalDate getPaymentDateForThisPeriodAsDate() -
setPaymentDateForThisPeriod
-
setPaymentDateForThisPeriod
public void setPaymentDateForThisPeriod(org.threeten.bp.LocalDate paymentDateForThisPeriod) -
percentage
-
getPercentage
Superannuation percentage- Returns:
- percentage
-
setPercentage
-
amount
-
getAmount
Superannuation amount- Returns:
- amount
-
setAmount
-
equals
-
hashCode
public int hashCode() -
toString
-