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