LeviLamina
Loading...
Searching...
No Matches
SendReceiptDetails.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
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 SendReceiptDetails& operator=(SendReceiptDetails const&);
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~SendReceiptDetails() = default;
31
32 // vIndex: 1
33 virtual char const* getPath() const = 0;
34
35 // vIndex: 2
36 virtual ::Json::Value toPostBody() const = 0;
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48
49 // NOLINTEND
50};
Definition SendReceiptDetails.h:10
Definition Alias.h:14