processIncrementalAuthorization method
Future<IncrementalAuthorizationResponse>
processIncrementalAuthorization(
- IncrementalAuthorizationRequest request
Add to an existing pre-authorization amount
Implementation
Future<IncrementalAuthorizationResponse> processIncrementalAuthorization(
IncrementalAuthorizationRequest request,
) {
throw UnimplementedError(
'processIncrementalAuthorization() has not been implemented.',
);
}