Interface InvoiceDetail
-
Method Summary
-
Method Details
-
getTransactionId
String getTransactionId() -
getBusinessLegalEntity
String getBusinessLegalEntity() -
getTransactionType
String getTransactionType() -
getTransactionDate
LocalDate getTransactionDate() -
getOrderId
String getOrderId() -
getLineNumber
String getLineNumber() -
getSubLineNumber
String getSubLineNumber() -
getCustomerDetails
CustomerDetail getCustomerDetails() -
getPurchaseOrderNumber
String getPurchaseOrderNumber() -
getBillingAgreementId
String getBillingAgreementId() -
getCustomerReferenceId
String getCustomerReferenceId() -
getIbxs
-
getContacts
List<BillingContact> getContacts() -
getOrderBookedDate
LocalDateTime getOrderBookedDate() -
getActivityType
ActivityType getActivityType() -
getProductCategory
String getProductCategory() -
getProductDescription
String getProductDescription() -
getProductCode
String getProductCode() -
getDetailedDescription
String getDetailedDescription() -
getIbxDescription
String getIbxDescription() -
getQuantity
Double getQuantity() -
getUnitOfMeasure
String getUnitOfMeasure() -
getUnitPrice
BigDecimal getUnitPrice() -
getFrequency
Frequency getFrequency() -
getCurrencyCode
Currency getCurrencyCode() -
getLocalCurrencyCode
Currency getLocalCurrencyCode() -
getNonRecurringAmount
BigDecimal getNonRecurringAmount() -
getRecurringAmount
BigDecimal getRecurringAmount() -
getAdjustment
BigDecimal getAdjustment() -
getTaxAmount
BigDecimal getTaxAmount() -
getTotalAmount
BigDecimal getTotalAmount() -
getLegacyOrderId
String getLegacyOrderId() -
getAdditionalInfo
List<KeyValuePair> getAdditionalInfo()
-