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