Uses of Class
com.xero.models.accounting.Prepayment
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Prepayment in com.xero.models.accounting
Methods in com.xero.models.accounting that return types with arguments of type Prepayment Modifier and Type Method Description List<Prepayment>Invoice. getPrepayments()See PrepaymentsList<Prepayment>Prepayments. getPrepayments()Get prepaymentsMethods in com.xero.models.accounting with parameters of type Prepayment Modifier and Type Method Description PrepaymentsPrepayments. addPrepaymentsItem(Prepayment prepaymentsItem)AllocationAllocation. prepayment(Prepayment prepayment)PaymentPayment. prepayment(Prepayment prepayment)voidAllocation. setPrepayment(Prepayment prepayment)voidPayment. setPrepayment(Prepayment prepayment)Method parameters in com.xero.models.accounting with type arguments of type Prepayment Modifier and Type Method Description PrepaymentsPrepayments. prepayments(List<Prepayment> prepayments)voidPrepayments. setPrepayments(List<Prepayment> prepayments)