BillingServiceBase constructor

BillingServiceBase()

Implementation

BillingServiceBase() {
  $addMethod($grpc.ServiceMethod<$11.GetCurrentMonthUsageRequest, $11.GetCurrentMonthUsageResponse>(
      'GetCurrentMonthUsage',
      getCurrentMonthUsage_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.GetCurrentMonthUsageRequest.fromBuffer(value),
      ($11.GetCurrentMonthUsageResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.GetOrgBillingInformationRequest, $11.GetOrgBillingInformationResponse>(
      'GetOrgBillingInformation',
      getOrgBillingInformation_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.GetOrgBillingInformationRequest.fromBuffer(value),
      ($11.GetOrgBillingInformationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.GetInvoicesSummaryRequest, $11.GetInvoicesSummaryResponse>(
      'GetInvoicesSummary',
      getInvoicesSummary_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.GetInvoicesSummaryRequest.fromBuffer(value),
      ($11.GetInvoicesSummaryResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.GetInvoicePdfRequest, $11.GetInvoicePdfResponse>(
      'GetInvoicePdf',
      getInvoicePdf_Pre,
      false,
      true,
      ($core.List<$core.int> value) => $11.GetInvoicePdfRequest.fromBuffer(value),
      ($11.GetInvoicePdfResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$11.SendPaymentRequiredEmailRequest, $11.SendPaymentRequiredEmailResponse>(
      'SendPaymentRequiredEmail',
      sendPaymentRequiredEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $11.SendPaymentRequiredEmailRequest.fromBuffer(value),
      ($11.SendPaymentRequiredEmailResponse value) => value.writeToBuffer()));
}