sandboxTransferTestClockGetPost method

Future<Response<SandboxTransferTestClockGetResponse>> sandboxTransferTestClockGetPost({
  1. required SandboxTransferTestClockGetRequest? body,
})

Get a test clock

Implementation

Future<chopper.Response<SandboxTransferTestClockGetResponse>>
    sandboxTransferTestClockGetPost(
        {required SandboxTransferTestClockGetRequest? body}) {
  generatedMapping.putIfAbsent(SandboxTransferTestClockGetResponse,
      () => SandboxTransferTestClockGetResponse.fromJsonFactory);

  return _sandboxTransferTestClockGetPost(body: body);
}