BillingServiceBase constructor

BillingServiceBase()

Implementation

BillingServiceBase() {
  $addMethod($grpc.ServiceMethod<$13.GetCurrentMonthUsageRequest, $13.GetCurrentMonthUsageResponse>(
      'GetCurrentMonthUsage',
      getCurrentMonthUsage_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.GetCurrentMonthUsageRequest.fromBuffer(value),
      ($13.GetCurrentMonthUsageResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.GetOrgBillingInformationRequest, $13.GetOrgBillingInformationResponse>(
      'GetOrgBillingInformation',
      getOrgBillingInformation_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.GetOrgBillingInformationRequest.fromBuffer(value),
      ($13.GetOrgBillingInformationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.GetInvoicesSummaryRequest, $13.GetInvoicesSummaryResponse>(
      'GetInvoicesSummary',
      getInvoicesSummary_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.GetInvoicesSummaryRequest.fromBuffer(value),
      ($13.GetInvoicesSummaryResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.GetInvoicePdfRequest, $13.GetInvoicePdfResponse>(
      'GetInvoicePdf',
      getInvoicePdf_Pre,
      false,
      true,
      ($core.List<$core.int> value) => $13.GetInvoicePdfRequest.fromBuffer(value),
      ($13.GetInvoicePdfResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.SendPaymentRequiredEmailRequest, $13.SendPaymentRequiredEmailResponse>(
      'SendPaymentRequiredEmail',
      sendPaymentRequiredEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.SendPaymentRequiredEmailRequest.fromBuffer(value),
      ($13.SendPaymentRequiredEmailResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.GetAvailableBillingTiersRequest, $13.GetAvailableBillingTiersResponse>(
      'GetAvailableBillingTiers',
      getAvailableBillingTiers_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.GetAvailableBillingTiersRequest.fromBuffer(value),
      ($13.GetAvailableBillingTiersResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.UpdateOrganizationBillingTierRequest, $13.UpdateOrganizationBillingTierResponse>(
      'UpdateOrganizationBillingTier',
      updateOrganizationBillingTier_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.UpdateOrganizationBillingTierRequest.fromBuffer(value),
      ($13.UpdateOrganizationBillingTierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.GetLocationBillingOrganizationRequest, $13.GetLocationBillingOrganizationResponse>(
      'GetLocationBillingOrganization',
      getLocationBillingOrganization_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.GetLocationBillingOrganizationRequest.fromBuffer(value),
      ($13.GetLocationBillingOrganizationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.UpdateLocationBillingOrganizationRequest, $13.UpdateLocationBillingOrganizationResponse>(
      'UpdateLocationBillingOrganization',
      updateLocationBillingOrganization_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.UpdateLocationBillingOrganizationRequest.fromBuffer(value),
      ($13.UpdateLocationBillingOrganizationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.ChargeOrganizationRequest, $13.ChargeOrganizationResponse>(
      'ChargeOrganization',
      chargeOrganization_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.ChargeOrganizationRequest.fromBuffer(value),
      ($13.ChargeOrganizationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.CreateInvoiceAndChargeImmediatelyRequest, $13.CreateInvoiceAndChargeImmediatelyResponse>(
      'CreateInvoiceAndChargeImmediately',
      createInvoiceAndChargeImmediately_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.CreateInvoiceAndChargeImmediatelyRequest.fromBuffer(value),
      ($13.CreateInvoiceAndChargeImmediatelyResponse value) => value.writeToBuffer()));
}