Type | FieldName |
string | ChargeNumber |
ChargeStartAndEndOptions | StartOn |
ChargeStartAndEndOptions | EndOn |
OrderMilestone | StartMilestone |
OrderMilestone | EndMilestone |
DateTime? | EffectiveStartDate |
DateTime? | EffectiveEndDate |
DateTime? | ChargedThroughDate |
DateTime? | LastRenewalDate |
DateTime? | LastPriceAdjustmentDate |
string | Name |
int | Version |
bool | IsLastVersion |
bool | IsDeleted |
ChargeModel | Model |
ChargeType | ChargeType |
decimal? | Quantity |
decimal? | RemainingQuantity |
decimal? | OrderedQuantity |
bool | IsPartitalDelivery |
PricePeriod | PricePeriod |
UsageRating | UsageRating |
MeasurementsRule | MeasurementsRule |
RevenueRecognitionRule | RevenueRecognitionRule |
BillingDay | BillingDay |
int | SpecificBillingDay |
BillingPeriod | BillingPeriod |
BillingTiming | BillingTiming |
BillingPeriodAlignment | PeriodAlignment |
DateTime? | AlignmentDate |
TaxTemplate | TaxTemplate |
bool | TaxIncluded |
bool | CreateInvoiceLinesPerTier |
string | Remarks |
FinancialAccount | AccountsReceivable |
FinancialAccount | DeferredRevenue |
FinancialAccount | RecognizedRevenue |
ChargeChangeState | ChangeState |
List<OrderProductChargeDetails> | OrderProductChargeDetails |
List<ServicePeriod> | ServicePeriods |
List<InvoiceLine> | InvoiceLines |
OrderProductCharge | CreditedCharge |
RevenueSchedule | RevenueSchdeule |
List<RevenueScheduleItem> | RevenueScheduleItems |
UnitOfMeasure | UnitOfMeasure |
OrderProduct | OrderProduct |
Charge | Charge |
bool | IsOverridenFrameworkProductCharge |
AssociatedChargeTemplate | AssociatedChargeTemplate |
List<ProductFeature> | ProductFeatures |
List<OrderDiscounts_OrderProductCharges> | OrderDiscounts |
List<string> | OrderDiscountsMappedKeys |
CurrencyAmount | CMRR |
CurrencyAmount | ACV |
CurrencyAmount | TCV |
CurrencyAmount | EMRR |
int | EstimatedUsage |
int | EstimatedQuantity |
CurrencyAmount | FMRR |
CurrencyAmount | OneTimeFees |
CurrencyAmount | RecurringMonthlyAmount |
List<Usage> | LinkedUsage |
List<Measurement> | LinkedM |
Account | InvoiceSubsidiary |
decimal? | DisplayPrice |
CustomFields | CustomFields |
decimal? | PPU() |
string | ExternalERPId |
string | ExternalCRMId |
DateTime | BillingDate |
CurrencyAmount | Amount |
enum | ChargeChangeState |
NotChanged | = 0 |
New | = 1 |
Cancelled | = 2 |
NewFromChange | = 3 |
CancelledFromChange | = 4 |
Credit | = 5 |
PartialDelivery | = 6 |
ClosedPartialDelivery | = 7 |
Credited | = 8 |
enum | ChargeStartAndEndOptions |
AlignToSubscription | = 0 |
SpecificeDate | = 1 |
Milestone | = 2 |