Package cdm.event.common
Interface BillingInstruction
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
BillingInstruction.BillingInstructionBuilder
- All Known Implementing Classes:
BillingInstruction.BillingInstructionBuilderImpl,BillingInstruction.BillingInstructionImpl
@RosettaDataType(value="BillingInstruction",
builder=BillingInstructionBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="BillingInstruction",
model="cdm",
builder=BillingInstructionBuilderImpl.class,
version="5.30.0")
public interface BillingInstruction
extends com.rosetta.model.lib.RosettaModelObject
Specifies the instructions for creation of a Security Lending billing invoice.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of BillingInstructionstatic classImmutable Implementation of BillingInstruction -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()com.rosetta.model.lib.records.DateThe ending date of the period described by this invoiceList<? extends BillingRecordInstruction> Instructions for creating the billing records contained within the invoicecom.rosetta.model.lib.records.DateThe starting date of the period described by this invoiceList<? extends BillingSummaryInstruction> The billing summaries contained within the invoiceThe party receiving the invoiceThe party issuing the invoicedefault Class<? extends BillingInstruction> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BillingInstruction> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getSendingParty
Party getSendingParty()The party issuing the invoice -
getReceivingParty
Party getReceivingParty()The party receiving the invoice -
getBillingStartDate
com.rosetta.model.lib.records.Date getBillingStartDate()The starting date of the period described by this invoice -
getBillingEndDate
com.rosetta.model.lib.records.Date getBillingEndDate()The ending date of the period described by this invoice -
getBillingRecordInstruction
List<? extends BillingRecordInstruction> getBillingRecordInstruction()Instructions for creating the billing records contained within the invoice -
getBillingSummary
List<? extends BillingSummaryInstruction> getBillingSummary()The billing summaries contained within the invoice -
build
BillingInstruction build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
BillingInstruction.BillingInstructionBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-