Package google.registry.beam.billing
-
Interface Summary Interface Description ExpandRecurringBillingEventsPipelineOptions InvoicingPipelineOptions Custom options for running the invoicing pipeline. -
Class Summary Class Description BillingEvent A POJO representing a single billable event, parsed from aSchemaAndRecord
.ExpandRecurringBillingEventsPipeline Definition of a Dataflow Flex pipeline template, which expandsBillingEvent.Recurring
toBillingEvent.OneTime
when an autorenew occurs within the given time frame.InvoicingPipeline Definition of a Dataflow Flex pipeline template, which generates a given month's invoices.