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 ETransactionStatusEnum |
Invoice.eInvoiceStatus |
protected ETransactionStatusEnum |
EmailDeliveryInfo.eTransactionStatus |
Modifier and Type | Method and Description |
---|---|
static ETransactionStatusEnum |
ETransactionStatusEnum.fromValue(String v) |
ETransactionStatusEnum |
Invoice.getEInvoiceStatus()
Gets the value of the eInvoiceStatus property.
|
ETransactionStatusEnum |
EmailDeliveryInfo.getETransactionStatus()
Gets the value of the eTransactionStatus property.
|
static ETransactionStatusEnum |
ETransactionStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETransactionStatusEnum[] |
ETransactionStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Invoice.setEInvoiceStatus(ETransactionStatusEnum value)
Sets the value of the eInvoiceStatus property.
|
void |
EmailDeliveryInfo.setETransactionStatus(ETransactionStatusEnum value)
Sets the value of the eTransactionStatus property.
|
Copyright © 2017. All rights reserved.