Interface BillingRecordInstruction

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
BillingRecordInstruction.BillingRecordInstructionBuilder
All Known Implementing Classes:
BillingRecordInstruction.BillingRecordInstructionBuilderImpl, BillingRecordInstruction.BillingRecordInstructionImpl

@RosettaDataType(value="BillingRecordInstruction", builder=BillingRecordInstructionBuilderImpl.class, version="5.30.0") @RuneDataType(value="BillingRecordInstruction", model="cdm", builder=BillingRecordInstructionBuilderImpl.class, version="5.30.0") public interface BillingRecordInstruction extends com.rosetta.model.lib.RosettaModelObject
Specifies the instructions for creation of a billing record.
Version:
5.30.0
  • Field Details

  • Method Details

    • getTradeState

      The trade for the individual billing record.
    • getObservation

      List<? extends Observation> getObservation()
      The observations used to calculate the billing amount.
    • getRecordStartDate

      com.rosetta.model.lib.records.Date getRecordStartDate()
      The starting date of the period described by this record
    • getRecordEndDate

      com.rosetta.model.lib.records.Date getRecordEndDate()
      The ending date of the period described by this record
    • getSettlementDate

      com.rosetta.model.lib.records.Date getSettlementDate()
      The date for settlement of the transfer.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends BillingRecordInstruction> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends BillingRecordInstruction> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject