|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomerContractT
| Nested Class Summary | |
|---|---|
static class |
CustomerContractT.Member
The structure's members |
| Method Summary | |
|---|---|
List<String> |
getAssignedCustomer()
Retrieves a list containing all the elements for the structure field assignedCustomer. |
EmailAddressT |
getBillingEmailAddress()
Retrieves the value for the optional structure field billingEmailAddress. |
String |
getBillingPartner()
Retrieves the value for the optional structure field billingPartner. |
PostalAddressT |
getBillingPartnerPostalAddress()
Retrieves the value for the optional structure field billingPartnerPostalAddress. |
List<String> |
getBillingPartnerRegistrationId()
Retrieves a list containing all the elements for the structure field billingPartnerRegistrationId. |
Integer |
getContactSource()
Retrieves the value for the optional structure field contactSource. |
int |
getContractCurrency()
Retrieves the value for the structure field contractCurrency. |
String |
getContractNumber()
Retrieves the value for the structure field contractNumber. |
ContractStatusT |
getContractStatus()
Retrieves the value for the optional structure field contractStatus. |
String |
getCustomerNumber()
Retrieves the value for the optional structure field customerNumber. |
String |
getReferrer()
Retrieves the value for the optional structure field referrer. |
String |
getSalesTaxType()
Retrieves the value for the structure field salesTaxType. |
Boolean |
isAcceptedLegal()
Retrieves the value for the optional structure field acceptedLegal. |
Boolean |
isAcceptedMarketing()
Retrieves the value for the optional structure field acceptedMarketing. |
Boolean |
isAcceptedPrivateDataForwarding()
Retrieves the value for the optional structure field acceptedPrivateDataForwarding. |
Boolean |
isNoBilling()
Retrieves the value for the optional structure field noBilling. |
| Method Detail |
|---|
Boolean isAcceptedLegal()
acceptedLegal.
--> Contract::userBoolean0
acceptedLegal.Boolean isAcceptedMarketing()
acceptedMarketing.
--> Contract::userBoolean1
acceptedMarketing.Boolean isAcceptedPrivateDataForwarding()
acceptedPrivateDataForwarding.
--> Contract::userBoolean2
acceptedPrivateDataForwarding.List<String> getAssignedCustomer()
assignedCustomer.
EmailAddressT getBillingEmailAddress()
billingEmailAddress.
billingEmailAddress.String getBillingPartner()
billingPartner.
--> Contract::userString0
billingPartner.PostalAddressT getBillingPartnerPostalAddress()
billingPartnerPostalAddress.
billingPartnerPostalAddress.List<String> getBillingPartnerRegistrationId()
billingPartnerRegistrationId.
--> Contract::userString3
Integer getContactSource()
contactSource.
--> Contract::userString1
contactSource.int getContractCurrency()
contractCurrency.
--> Contract::contractCurrency
contractCurrency.String getContractNumber()
contractNumber.
--> Contract::contractNumber
contractNumber.ContractStatusT getContractStatus()
contractStatus.
contractStatus.String getCustomerNumber()
customerNumber.
customerNumber.Boolean isNoBilling()
noBilling.
if false, billing partner, billing partner registration id 1 and 2 are copied to the contract. if true, no billing of the customer is required and no billing partner is set on the contract.
noBilling.String getReferrer()
referrer.
--> Contract::userString2
referrer.String getSalesTaxType()
salesTaxType.
--> Contract::userString2 Default value for sales tax type when not specified for ContractPositionT on creation of a new contract position.
salesTaxType.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||