Class AppleReceipt

Inheritance Relationships

Base Types

  • public axr::sdk::ModelBase (Class ModelBase)

  • public std::enable_shared_from_this< AppleReceipt >

Class Documentation

class AppleReceipt : public axr::sdk::ModelBase, public std::enable_shared_from_this<AppleReceipt>

Describes an in-app product purchase made with the Apple Store.

Public Functions

inline AppleReceipt()
inline AppleReceipt(const AppleReceipt &value)
inline AppleReceipt(AppleReceipt &&value)
inline virtual ~AppleReceipt()
inline virtual AppleReceipt &SetProperties(const std::map<utility::string_t, Variant> &value) override

Sets the object’s underlying map of stored values.

inline virtual AppleReceipt &SetProperties(std::map<utility::string_t, Variant> &&value) override

Sets the underlying map of stored values for the object.

inline virtual AppleReceipt &SetProperty(const utility::char_t *name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual AppleReceipt &SetProperty(const utility::string_t &name, const Variant &value) override

Sets the property of the given name to the provided value.

inline virtual AppleReceipt &SetRemoteUrl(const utility::string_t &url) override

Returns the URL of the remote server endpoint where the object is managed.

virtual void Validate() override
utility::string_t GetReceipt() const

Returns the Apple receipt to validate.

AppleReceipt &SetReceipt(const utility::string_t &value)

Sets the Apple receipt to validate.

Parameters

value – The value to set.

Public Static Functions

static inline const utility::char_t *ClassName()

Returns the fully qualified name of the class.