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