Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
protected CheckPayment |
BillPaymentCheck.checkDetail |
protected CheckPayment |
SalesTransaction.checkPayment |
protected CheckPayment |
Purchase.checkPayment |
protected CheckPayment |
Payment.checkPayment |
Modifier and Type | Method and Description |
---|---|
CheckPayment |
ObjectFactory.createCheckPayment()
Create an instance of
CheckPayment |
CheckPayment |
BillPaymentCheck.getCheckDetail()
Gets the value of the checkDetail property.
|
CheckPayment |
SalesTransaction.getCheckPayment()
Gets the value of the checkPayment property.
|
CheckPayment |
Purchase.getCheckPayment()
Gets the value of the checkPayment property.
|
CheckPayment |
Payment.getCheckPayment()
Gets the value of the checkPayment property.
|
Modifier and Type | Method and Description |
---|---|
void |
BillPaymentCheck.setCheckDetail(CheckPayment value)
Sets the value of the checkDetail property.
|
void |
SalesTransaction.setCheckPayment(CheckPayment value)
Sets the value of the checkPayment property.
|
void |
Purchase.setCheckPayment(CheckPayment value)
Sets the value of the checkPayment property.
|
void |
Payment.setCheckPayment(CheckPayment value)
Sets the value of the checkPayment property.
|
Copyright © 2017. All rights reserved.