processIncrementalAuthorization method

Future<IncrementalAuthorizationResponse> processIncrementalAuthorization(
  1. IncrementalAuthorizationRequest request
)

Add to an existing pre-authorization amount

Implementation

Future<IncrementalAuthorizationResponse> processIncrementalAuthorization(
  IncrementalAuthorizationRequest request,
) {
  throw UnimplementedError(
    'processIncrementalAuthorization() has not been implemented.',
  );
}