createInvoiceAndChargeImmediately_Pre method
Future<CreateInvoiceAndChargeImmediatelyResponse>
createInvoiceAndChargeImmediately_Pre(
- 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);
}