createInvoiceAndChargeImmediately_Pre method
- ServiceCall call,
- Future<
CreateInvoiceAndChargeImmediatelyRequest> request
Implementation
$async.Future<$12.CreateInvoiceAndChargeImmediatelyResponse> createInvoiceAndChargeImmediately_Pre($grpc.ServiceCall call, $async.Future<$12.CreateInvoiceAndChargeImmediatelyRequest> request) async {
return createInvoiceAndChargeImmediately(call, await request);
}