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 CreditCardPayment |
BillPaymentCreditCard.ccDetail |
protected CreditCardPayment |
SalesTransaction.creditCardPayment |
protected CreditCardPayment |
Purchase.creditCardPayment |
protected CreditCardPayment |
Payment.creditCardPayment |
Modifier and Type | Method and Description |
---|---|
CreditCardPayment |
ObjectFactory.createCreditCardPayment()
Create an instance of
CreditCardPayment |
CreditCardPayment |
BillPaymentCreditCard.getCCDetail()
Gets the value of the ccDetail property.
|
CreditCardPayment |
SalesTransaction.getCreditCardPayment()
Gets the value of the creditCardPayment property.
|
CreditCardPayment |
Purchase.getCreditCardPayment()
Gets the value of the creditCardPayment property.
|
CreditCardPayment |
Payment.getCreditCardPayment()
Gets the value of the creditCardPayment property.
|
Modifier and Type | Method and Description |
---|---|
void |
BillPaymentCreditCard.setCCDetail(CreditCardPayment value)
Sets the value of the ccDetail property.
|
void |
SalesTransaction.setCreditCardPayment(CreditCardPayment value)
Sets the value of the creditCardPayment property.
|
void |
Purchase.setCreditCardPayment(CreditCardPayment value)
Sets the value of the creditCardPayment property.
|
void |
Payment.setCreditCardPayment(CreditCardPayment value)
Sets the value of the creditCardPayment property.
|
Copyright © 2017. All rights reserved.