Class SalesOrderBillingPlanItem

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SalesOrderBillingPlanItem>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.SalesOrderBillingPlanItem

public class SalesOrderBillingPlanItem extends VdmEntity<SalesOrderBillingPlanItem>
Header Billing Plan Item

Original entity name from the Odata EDM: A_SalesOrderBillingPlanItemType

  • Field Details

    • ALL_FIELDS

      public static final SalesOrderBillingPlanItemSelectable ALL_FIELDS
      Selector for all available fields of SalesOrderBillingPlanItem.
    • SALES_ORDER

      public static final SalesOrderBillingPlanItemField<String> SALES_ORDER
      Use with available fluent helpers to apply the SalesOrder field to query operations.
    • BILLING_PLAN

      public static final SalesOrderBillingPlanItemField<String> BILLING_PLAN
      Use with available fluent helpers to apply the BillingPlan field to query operations.
    • BILLING_PLAN_ITEM

      public static final SalesOrderBillingPlanItemField<String> BILLING_PLAN_ITEM
      Use with available fluent helpers to apply the BillingPlanItem field to query operations.
    • BILLING_PLAN_DATE_CATEGORY

      public static final SalesOrderBillingPlanItemField<String> BILLING_PLAN_DATE_CATEGORY
      Use with available fluent helpers to apply the BillingPlanDateCategory field to query operations.
    • BILLING_PLAN_BILLING_DATE

      public static final SalesOrderBillingPlanItemField<LocalDateTime> BILLING_PLAN_BILLING_DATE
      Use with available fluent helpers to apply the BillingPlanBillingDate field to query operations.
    • BILLING_PLAN_AMOUNT

      public static final SalesOrderBillingPlanItemField<BigDecimal> BILLING_PLAN_AMOUNT
      Use with available fluent helpers to apply the BillingPlanAmount field to query operations.
    • TRANSACTION_CURRENCY

      public static final SalesOrderBillingPlanItemField<String> TRANSACTION_CURRENCY
      Use with available fluent helpers to apply the TransactionCurrency field to query operations.
    • BILLING_PLAN_AMOUNT_PERCENT

      public static final SalesOrderBillingPlanItemField<BigDecimal> BILLING_PLAN_AMOUNT_PERCENT
      Use with available fluent helpers to apply the BillingPlanAmountPercent field to query operations.
    • CUSTOMER_PAYMENT_TERMS

      public static final SalesOrderBillingPlanItemField<String> CUSTOMER_PAYMENT_TERMS
      Use with available fluent helpers to apply the CustomerPaymentTerms field to query operations.
    • PROPOSED_BILLING_DOCUMENT_TYPE

      public static final SalesOrderBillingPlanItemField<String> PROPOSED_BILLING_DOCUMENT_TYPE
      Use with available fluent helpers to apply the ProposedBillingDocumentType field to query operations.
    • BILLING_PLAN_DATE_DESCRIPTION_CODE

      public static final SalesOrderBillingPlanItemField<String> BILLING_PLAN_DATE_DESCRIPTION_CODE
      Use with available fluent helpers to apply the BillingPlanDateDescriptionCode field to query operations.
    • BILLING_BLOCK_REASON

      public static final SalesOrderBillingPlanItemField<String> BILLING_BLOCK_REASON
      Use with available fluent helpers to apply the BillingBlockReason field to query operations.
    • BILLING_PLAN_SERVICE_START_DATE

      public static final SalesOrderBillingPlanItemField<LocalDateTime> BILLING_PLAN_SERVICE_START_DATE
      Use with available fluent helpers to apply the BillingPlanServiceStartDate field to query operations.
    • BILLING_PLAN_SERVICE_END_DATE

      public static final SalesOrderBillingPlanItemField<LocalDateTime> BILLING_PLAN_SERVICE_END_DATE
      Use with available fluent helpers to apply the BillingPlanServiceEndDate field to query operations.
    • BILLING_PLAN_TYPE

      public static final SalesOrderBillingPlanItemField<String> BILLING_PLAN_TYPE
      Use with available fluent helpers to apply the BillingPlanType field to query operations.
    • ADOPTING_BILLING_DATE_ID

      public static final SalesOrderBillingPlanItemField<String> ADOPTING_BILLING_DATE_ID
      Use with available fluent helpers to apply the AdoptingBillingDateID field to query operations.
    • BILLING_PLAN_BILLING_RULE

      public static final SalesOrderBillingPlanItemField<String> BILLING_PLAN_BILLING_RULE
      Use with available fluent helpers to apply the BillingPlanBillingRule field to query operations.
    • BILLING_PLAN_MILESTONE_USAGE

      public static final SalesOrderBillingPlanItemField<String> BILLING_PLAN_MILESTONE_USAGE
      Use with available fluent helpers to apply the BillingPlanMilestoneUsage field to query operations.
    • BILLG_PLN_DTE_CORRECTION_RFND_TYPE

      public static final SalesOrderBillingPlanItemField<String> BILLG_PLN_DTE_CORRECTION_RFND_TYPE
      Use with available fluent helpers to apply the BillgPlnDteCorrectionRfndType field to query operations.
    • ACCOUNTING_EXCHANGE_RATE

      public static final SalesOrderBillingPlanItemField<BigDecimal> ACCOUNTING_EXCHANGE_RATE
      Use with available fluent helpers to apply the AccountingExchangeRate field to query operations.
    • POSTPONEMENT_REASON

      public static final SalesOrderBillingPlanItemField<String> POSTPONEMENT_REASON
      Use with available fluent helpers to apply the PostponementReason field to query operations.
    • TO_BILLING_PLAN

      public static final SalesOrderBillingPlanItemOneToOneLink<SalesOrderBillingPlan> TO_BILLING_PLAN
      Use with available fluent helpers to apply the to_BillingPlan navigation property to query operations.
    • TO_SALES_ORDER

      public static final SalesOrderBillingPlanItemOneToOneLink<SalesOrder> TO_SALES_ORDER
      Use with available fluent helpers to apply the to_SalesOrder navigation property to query operations.
  • Constructor Details

    • SalesOrderBillingPlanItem

      public SalesOrderBillingPlanItem()
    • SalesOrderBillingPlanItem

      public SalesOrderBillingPlanItem(@Nullable String salesOrder, @Nullable String billingPlan, @Nullable String billingPlanItem, @Nullable String billingPlanDateCategory, @Nullable LocalDateTime billingPlanBillingDate, @Nullable BigDecimal billingPlanAmount, @Nullable String transactionCurrency, @Nullable BigDecimal billingPlanAmountPercent, @Nullable String customerPaymentTerms, @Nullable String proposedBillingDocumentType, @Nullable String billingPlanDateDescriptionCode, @Nullable String billingBlockReason, @Nullable LocalDateTime billingPlanServiceStartDate, @Nullable LocalDateTime billingPlanServiceEndDate, @Nullable String billingPlanRelatedBillgStatus, @Nullable String billingPlanType, @Nullable String adoptingBillingDateID, @Nullable String billingPlanBillingRule, @Nullable String billingPlanMilestoneUsage, @Nullable String billgPlnDteCorrectionRfndType, @Nullable BigDecimal accountingExchangeRate, @Nullable String postponementReason, @Nullable SalesOrderBillingPlan toBillingPlan, @Nullable SalesOrder toSalesOrder)
  • Method Details

    • getType

      @Nonnull public Class<SalesOrderBillingPlanItem> getType()
      Specified by:
      getType in class VdmObject<SalesOrderBillingPlanItem>
    • setSalesOrder

      public void setSalesOrder(@Nullable String salesOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SalesOrder

      Parameters:
      salesOrder - Sales Order
    • setBillingPlan

      public void setBillingPlan(@Nullable String billingPlan)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BillingPlan

      Parameters:
      billingPlan - Billing Plan Number / Invoicing Plan Number
    • setBillingPlanItem

      public void setBillingPlanItem(@Nullable String billingPlanItem)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BillingPlanItem

      Parameters:
      billingPlanItem - Item for billing plan/invoice plan/payment cards
    • setBillingPlanDateCategory

      public void setBillingPlanDateCategory(@Nullable String billingPlanDateCategory)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillingPlanDateCategory

      Parameters:
      billingPlanDateCategory - Date Category
    • setBillingPlanBillingDate

      public void setBillingPlanBillingDate(@Nullable LocalDateTime billingPlanBillingDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BillingPlanBillingDate

      Parameters:
      billingPlanBillingDate - Billing Date
    • setBillingPlanAmount

      public void setBillingPlanAmount(@Nullable BigDecimal billingPlanAmount)
      Constraints: Not nullable, Precision: 16, Scale: 3

      Original property name from the Odata EDM: BillingPlanAmount

      Parameters:
      billingPlanAmount - Value to be billed/calc. on date in billing/invoice plan
    • setTransactionCurrency

      public void setTransactionCurrency(@Nullable String transactionCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: TransactionCurrency

      Parameters:
      transactionCurrency - Currency Key
    • setBillingPlanAmountPercent

      public void setBillingPlanAmountPercent(@Nullable BigDecimal billingPlanAmountPercent)
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: BillingPlanAmountPercent

      Parameters:
      billingPlanAmountPercent - Percentage of value to be invoiced
    • setCustomerPaymentTerms

      public void setCustomerPaymentTerms(@Nullable String customerPaymentTerms)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CustomerPaymentTerms

      Parameters:
      customerPaymentTerms - Terms of Payment Key
    • setProposedBillingDocumentType

      public void setProposedBillingDocumentType(@Nullable String proposedBillingDocumentType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ProposedBillingDocumentType

      Parameters:
      proposedBillingDocumentType - Proposed Billing Type for an Order-Related Billing Document
    • setBillingPlanDateDescriptionCode

      public void setBillingPlanDateDescriptionCode(@Nullable String billingPlanDateDescriptionCode)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BillingPlanDateDescriptionCode

      Parameters:
      billingPlanDateDescriptionCode - Date Description
    • setBillingBlockReason

      public void setBillingBlockReason(@Nullable String billingBlockReason)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillingBlockReason

      Parameters:
      billingBlockReason - Billing Block for Billing Plan/Invoice Plan Dates
    • setBillingPlanServiceStartDate

      public void setBillingPlanServiceStartDate(@Nullable LocalDateTime billingPlanServiceStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BillingPlanServiceStartDate

      Parameters:
      billingPlanServiceStartDate - Settlement Start Date of Billing/Invoicing Date
    • setBillingPlanServiceEndDate

      public void setBillingPlanServiceEndDate(@Nullable LocalDateTime billingPlanServiceEndDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BillingPlanServiceEndDate

      Parameters:
      billingPlanServiceEndDate - Settlement End Date of Billing/Invoicing Date
    • setBillingPlanRelatedBillgStatus

      public void setBillingPlanRelatedBillgStatus(@Nullable String billingPlanRelatedBillgStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillingPlanRelatedBillgStatus

      Parameters:
      billingPlanRelatedBillgStatus - Billing Status for Billing Plan/Invoice Plan Date
    • setBillingPlanType

      public void setBillingPlanType(@Nullable String billingPlanType)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillingPlanType

      Parameters:
      billingPlanType - Billing/Invoicing Plan Type
    • setAdoptingBillingDateID

      public void setAdoptingBillingDateID(@Nullable String adoptingBillingDateID)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: AdoptingBillingDateID

      Parameters:
      adoptingBillingDateID - ID for Adopting Billing/Invoice Date
    • setBillingPlanBillingRule

      public void setBillingPlanBillingRule(@Nullable String billingPlanBillingRule)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillingPlanBillingRule

      Parameters:
      billingPlanBillingRule - Rule in billing plan/invoice plan
    • setBillingPlanMilestoneUsage

      public void setBillingPlanMilestoneUsage(@Nullable String billingPlanMilestoneUsage)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: BillingPlanMilestoneUsage

      Parameters:
      billingPlanMilestoneUsage - Usage
    • setBillgPlnDteCorrectionRfndType

      public void setBillgPlnDteCorrectionRfndType(@Nullable String billgPlnDteCorrectionRfndType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillgPlnDteCorrectionRfndType

      Parameters:
      billgPlnDteCorrectionRfndType - Indicator for Correction Date in Billing Plan
    • setAccountingExchangeRate

      public void setAccountingExchangeRate(@Nullable BigDecimal accountingExchangeRate)
      Constraints: Not nullable, Precision: 9, Scale: 5

      Original property name from the Odata EDM: AccountingExchangeRate

      Parameters:
      accountingExchangeRate - Exchange Rate for FI Postings
    • setPostponementReason

      public void setPostponementReason(@Nullable String postponementReason)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: PostponementReason

      Parameters:
      postponementReason - Reason for Postponement
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<SalesOrderBillingPlanItem>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<SalesOrderBillingPlanItem>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<SalesOrderBillingPlanItem>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<SalesOrderBillingPlanItem>
    • field

      @Nonnull public static <T> SalesOrderBillingPlanItemField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> SalesOrderBillingPlanItemField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<SalesOrderBillingPlanItem>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<SalesOrderBillingPlanItem>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<SalesOrderBillingPlanItem>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<SalesOrderBillingPlanItem>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<SalesOrderBillingPlanItem>
    • fetchBillingPlan

      @Nullable public SalesOrderBillingPlan fetchBillingPlan()
      Fetches the SalesOrderBillingPlan entity (one to one) associated with this entity. This corresponds to the OData navigation property to_BillingPlan.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SalesOrderBillingPlan entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getBillingPlanOrFetch

      @Nullable public SalesOrderBillingPlan getBillingPlanOrFetch()
      Retrieval of associated SalesOrderBillingPlan entity (one to one). This corresponds to the OData navigation property to_BillingPlan.

      If the navigation property to_BillingPlan of a queried SalesOrderBillingPlanItem is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SalesOrderBillingPlan entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getBillingPlanIfPresent

      @Nonnull public io.vavr.control.Option<SalesOrderBillingPlan> getBillingPlanIfPresent()
      Retrieval of associated SalesOrderBillingPlan entity (one to one). This corresponds to the OData navigation property to_BillingPlan.

      If the navigation property for an entity SalesOrderBillingPlanItem has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_BillingPlan is already loaded, the result will contain the SalesOrderBillingPlan entity. If not, an Option with result state empty is returned.
    • setBillingPlan

      public void setBillingPlan(SalesOrderBillingPlan value)
      Overwrites the associated SalesOrderBillingPlan entity for the loaded navigation property to_BillingPlan.
      Parameters:
      value - New SalesOrderBillingPlan entity.
    • fetchSalesOrder

      @Nullable public SalesOrder fetchSalesOrder()
      Fetches the SalesOrder entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SalesOrder.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SalesOrder entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSalesOrderOrFetch

      @Nullable public SalesOrder getSalesOrderOrFetch()
      Retrieval of associated SalesOrder entity (one to one). This corresponds to the OData navigation property to_SalesOrder.

      If the navigation property to_SalesOrder of a queried SalesOrderBillingPlanItem is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SalesOrder entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSalesOrderIfPresent

      @Nonnull public io.vavr.control.Option<SalesOrder> getSalesOrderIfPresent()
      Retrieval of associated SalesOrder entity (one to one). This corresponds to the OData navigation property to_SalesOrder.

      If the navigation property for an entity SalesOrderBillingPlanItem has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SalesOrder is already loaded, the result will contain the SalesOrder entity. If not, an Option with result state empty is returned.
    • setSalesOrder

      public void setSalesOrder(SalesOrder value)
      Overwrites the associated SalesOrder entity for the loaded navigation property to_SalesOrder.
      Parameters:
      value - New SalesOrder entity.
    • builder

    • getSalesOrder

      @Nullable public String getSalesOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SalesOrder

      Returns:
      Sales Order
    • getBillingPlan

      @Nullable public String getBillingPlan()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BillingPlan

      Returns:
      Billing Plan Number / Invoicing Plan Number
    • getBillingPlanItem

      @Nullable public String getBillingPlanItem()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BillingPlanItem

      Returns:
      Item for billing plan/invoice plan/payment cards
    • getBillingPlanDateCategory

      @Nullable public String getBillingPlanDateCategory()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillingPlanDateCategory

      Returns:
      Date Category
    • getBillingPlanBillingDate

      @Nullable public LocalDateTime getBillingPlanBillingDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BillingPlanBillingDate

      Returns:
      Billing Date
    • getBillingPlanAmount

      @Nullable public BigDecimal getBillingPlanAmount()
      Constraints: Not nullable, Precision: 16, Scale: 3

      Original property name from the Odata EDM: BillingPlanAmount

      Returns:
      Value to be billed/calc. on date in billing/invoice plan
    • getTransactionCurrency

      @Nullable public String getTransactionCurrency()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: TransactionCurrency

      Returns:
      Currency Key
    • getBillingPlanAmountPercent

      @Nullable public BigDecimal getBillingPlanAmountPercent()
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: BillingPlanAmountPercent

      Returns:
      Percentage of value to be invoiced
    • getCustomerPaymentTerms

      @Nullable public String getCustomerPaymentTerms()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CustomerPaymentTerms

      Returns:
      Terms of Payment Key
    • getProposedBillingDocumentType

      @Nullable public String getProposedBillingDocumentType()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ProposedBillingDocumentType

      Returns:
      Proposed Billing Type for an Order-Related Billing Document
    • getBillingPlanDateDescriptionCode

      @Nullable public String getBillingPlanDateDescriptionCode()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BillingPlanDateDescriptionCode

      Returns:
      Date Description
    • getBillingBlockReason

      @Nullable public String getBillingBlockReason()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillingBlockReason

      Returns:
      Billing Block for Billing Plan/Invoice Plan Dates
    • getBillingPlanServiceStartDate

      @Nullable public LocalDateTime getBillingPlanServiceStartDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BillingPlanServiceStartDate

      Returns:
      Settlement Start Date of Billing/Invoicing Date
    • getBillingPlanServiceEndDate

      @Nullable public LocalDateTime getBillingPlanServiceEndDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: BillingPlanServiceEndDate

      Returns:
      Settlement End Date of Billing/Invoicing Date
    • getBillingPlanRelatedBillgStatus

      @Nullable public String getBillingPlanRelatedBillgStatus()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillingPlanRelatedBillgStatus

      Returns:
      Billing Status for Billing Plan/Invoice Plan Date
    • getBillingPlanType

      @Nullable public String getBillingPlanType()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillingPlanType

      Returns:
      Billing/Invoicing Plan Type
    • getAdoptingBillingDateID

      @Nullable public String getAdoptingBillingDateID()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: AdoptingBillingDateID

      Returns:
      ID for Adopting Billing/Invoice Date
    • getBillingPlanBillingRule

      @Nullable public String getBillingPlanBillingRule()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillingPlanBillingRule

      Returns:
      Rule in billing plan/invoice plan
    • getBillingPlanMilestoneUsage

      @Nullable public String getBillingPlanMilestoneUsage()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: BillingPlanMilestoneUsage

      Returns:
      Usage
    • getBillgPlnDteCorrectionRfndType

      @Nullable public String getBillgPlnDteCorrectionRfndType()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillgPlnDteCorrectionRfndType

      Returns:
      Indicator for Correction Date in Billing Plan
    • getAccountingExchangeRate

      @Nullable public BigDecimal getAccountingExchangeRate()
      Constraints: Not nullable, Precision: 9, Scale: 5

      Original property name from the Odata EDM: AccountingExchangeRate

      Returns:
      Exchange Rate for FI Postings
    • getPostponementReason

      @Nullable public String getPostponementReason()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: PostponementReason

      Returns:
      Reason for Postponement
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<SalesOrderBillingPlanItem>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<SalesOrderBillingPlanItem>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<SalesOrderBillingPlanItem>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<SalesOrderBillingPlanItem>