LeviLamina
Loading...
Searching...
No Matches
ReceiptDetailsSonyStore.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
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual char const* getPath() const /*override*/;
36
37 // vIndex: 2
38 virtual ::Json::Value toPostBody() const /*override*/;
39
40 // vIndex: 0
41 virtual ~ReceiptDetailsSonyStore() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53
54 // NOLINTEND
55};
Definition ReceiptDetailsSonyStore.h:13
Definition SendReceiptDetails.h:10
Definition Alias.h:14