org.opencrx.application.shop1.cci2
Interface CreateInvoiceParams

All Known Subinterfaces:
CreateInvoiceParams

public interface CreateInvoiceParams


Nested Class Summary
static class CreateInvoiceParams.Member
          The structure's members
 
Method Summary
 String getCustomerContractNumber()
          Retrieves the value for the optional structure field customerContractNumber.
 InvoiceT getInvoice()
          Retrieves the value for the structure field invoice.
 Boolean isNoPricing()
          Retrieves the value for the optional structure field noPricing.
 

Method Detail

getCustomerContractNumber

String getCustomerContractNumber()
Retrieves the value for the optional structure field customerContractNumber.

Returns:
The possibly null value for structure field customerContractNumber.

getInvoice

InvoiceT getInvoice()
Retrieves the value for the structure field invoice.

Returns:
The non-null value for structure field invoice.

isNoPricing

Boolean isNoPricing()
Retrieves the value for the optional structure field noPricing.

Returns:
The possibly null value for structure field noPricing.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.