|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContractT
Nested Class Summary | |
---|---|
static class |
ContractT.Member
The structure's members |
Method Summary | ||
---|---|---|
Date |
getActiveOn()
Retrieves the value for the optional structure field activeOn . |
|
String |
getBillingPartner()
Retrieves the value for the optional structure field billingPartner . |
|
List<String> |
getBillingPartnerRegistrationId()
Retrieves a list containing all the elements for the structure field billingPartnerRegistrationId . |
|
Date |
getCancelOn()
Retrieves the value for the optional structure field cancelOn . |
|
Date |
getClosedOn()
Retrieves the value for the optional structure field closedOn . |
|
Integer |
getContractCurrency()
Retrieves the value for the optional structure field contractCurrency . |
|
String |
getContractNumber()
Retrieves the value for the structure field contractNumber . |
|
ContractStatusT |
getContractStatus()
Retrieves the value for the structure field contractStatus . |
|
String |
getCustomerNumber()
Retrieves the value for the structure field customerNumber . |
|
Date |
getExpiresOn()
Retrieves the value for the optional structure field expiresOn . |
|
List<String> |
getExternalId()
Retrieves a list containing all the elements for the structure field externalId . |
|
String |
getGiftMessage()
Retrieves the value for the optional structure field giftMessage . |
|
|
getPosition()
Retrieves a list containing all the elements for the structure field position . |
|
PostalAddressT |
getPostalAddressDelivery()
Retrieves the value for the optional structure field postalAddressDelivery . |
|
PostalAddressT |
getPostalAddressInvoice()
Retrieves the value for the optional structure field postalAddressInvoice . |
|
String |
getTotalAmount()
Retrieves the value for the optional structure field totalAmount . |
|
String |
getTotalAmountIncludingTax()
Retrieves the value for the optional structure field totalAmountIncludingTax . |
|
String |
getTotalBaseAmount()
Retrieves the value for the optional structure field totalBaseAmount . |
|
String |
getTotalDiscountAmount()
Retrieves the value for the optional structure field totalDiscountAmount . |
|
String |
getTotalTaxAmount()
Retrieves the value for the optional structure field totalTaxAmount . |
|
Boolean |
isGift()
Retrieves the value for the optional structure field isGift . |
Method Detail |
---|
Date getActiveOn()
activeOn
.
Date at which the contract is active on. activeOn is managed by the API-client. --> Contract::activeOn
activeOn
.String getBillingPartner()
billingPartner
.
billingPartner is managed by the API-client. --> Contract::userString0
billingPartner
.List<String> getBillingPartnerRegistrationId()
billingPartnerRegistrationId
.
billingPartnerRegistrationId is managed by the API-client. --> Contrat::userString3
Date getCancelOn()
cancelOn
.
Date at which the contract was cancelled. cancelOn is managed by the API-client. --> Contract::cancelOn
cancelOn
.Date getClosedOn()
closedOn
.
Date at which the contract is closed. closedOn is managed by the API-client. --> Contract::closedOn
closedOn
.Integer getContractCurrency()
contractCurrency
.
contractCurrency is managed by the API-client. --> Contract::contractCurrency
contractCurrency
.String getContractNumber()
contractNumber
.
contractNumber is managed by the API-client. --> Contract::contractNumber
contractNumber
.ContractStatusT getContractStatus()
contractStatus
.
contractStatus is managed by the the operation setInvoiceStatus() or setSalesOrderStatus().
contractStatus
.String getCustomerNumber()
customerNumber
.
customerNumber is managed by the API-client. --> Contract::customer
customerNumber
.Date getExpiresOn()
expiresOn
.
Date at which the contract expires. expiresOn is managed by the API-client. --> Contract::expiresOn
expiresOn
.List<String> getExternalId()
externalId
.
externalId is managed by the API-client. --> Contract::externalLink
String getGiftMessage()
giftMessage
.
giftMessage
.Boolean isGift()
isGift
.
isGift
.<T extends ContractPositionT> List<T> getPosition()
position
.
--> Contract::position
PostalAddressT getPostalAddressDelivery()
postalAddressDelivery
.
postalAddressDelivery is managed by the API-client. --> Contract::address
postalAddressDelivery
.PostalAddressT getPostalAddressInvoice()
postalAddressInvoice
.
postalAddressInvoice is managed by the API-client. --> Contract::address
postalAddressInvoice
.String getTotalAmount()
totalAmount
.
totalAmount is read-only and is calculated by the implementation. --> Contract::totalAmount
totalAmount
.String getTotalAmountIncludingTax()
totalAmountIncludingTax
.
totalAmountIncludingTax is read-only and is calculated by the implementation. --> Contract::totalAmountIncludingTax
totalAmountIncludingTax
.String getTotalBaseAmount()
totalBaseAmount
.
totalBaseAmount is read-only and is calculated by the implementation. --> Contract::totalBaseAmount
totalBaseAmount
.String getTotalDiscountAmount()
totalDiscountAmount
.
totalDiscountAmount is read-only and is calculated by the implementation. --> Contract::totalDiscountAmount
totalDiscountAmount
.String getTotalTaxAmount()
totalTaxAmount
.
totalTaxAmount is read-only and is calculated by the implementation. --> Contract::totalTaxAmount
totalTaxAmount
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |