PaymentServiceBase constructor
PaymentServiceBase()
Implementation
PaymentServiceBase() {
$addMethod($grpc.ServiceMethod<$0.PaymentMethodQuery, $1.PageResult>(
'ListPaymentMethods',
listPaymentMethods_Pre,
false,
false,
($core.List<$core.int> value) =>
$0.PaymentMethodQuery.fromBuffer(value),
($1.PageResult value) => value.writeToBuffer()));
}