LeviLamina
Loading...
Searching...
No Matches
CheckReceiptDetails.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~CheckReceiptDetails() = default;
29
30 // vIndex: 1
31 virtual char const* getPath() const = 0;
32
33 // vIndex: 2
34 virtual ::Json::Value toPostBody() const = 0;
35
36 // vIndex: 3
37 virtual void fromJsonResponse(::Json::Value const&) = 0;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49
50 // NOLINTEND
51};
Definition CheckReceiptDetails.h:10
Definition Value.h:16
Definition Alias.h:14