LeviLamina
Loading...
Searching...
No Matches
CheckGooglePlayStoreHold.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/requests/payment/CheckReceiptDetails.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Json { class Value; }
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 1
18 virtual char const* getPath() const /*override*/;
19
20 // vIndex: 2
21 virtual ::Json::Value toPostBody() const /*override*/;
22
23 // vIndex: 3
24 virtual void fromJsonResponse(::Json::Value const&) /*override*/;
25
26 // vIndex: 0
27 virtual ~CheckGooglePlayStoreHold() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41};
Definition CheckGooglePlayStoreHold.h:13
Definition CheckReceiptDetails.h:10
Definition Value.h:16