rebillingBasis property

String? rebillingBasis
getter/setter pair

The RebillingBasis to use for this bill.

Specifies the relative cost based on repricing costs you will apply.

Required. Possible string values are:

  • "REBILLING_BASIS_UNSPECIFIED" : Not used.
  • "COST_AT_LIST" : Use the list cost, also known as the MSRP.
  • "DIRECT_CUSTOMER_COST" : Pass through all discounts except the Reseller Program Discount. If this is the default cost base and no adjustments are specified, the output cost will be exactly what the customer would see if they viewed the bill in the Google Cloud Console.

Implementation

core.String? rebillingBasis;