Skip to main content

RHAPI_PriceBreakPointCurrency

Summary

MembersDescriptions
struct FRHAPI_PriceBreakPointCurrencyThe currencies of a Price Breakpoint.

struct FRHAPI_PriceBreakPointCurrency

struct FRHAPI_PriceBreakPointCurrency
: public FRHAPI_Model

The currencies of a Price Breakpoint.

Summary

MembersDescriptions
public FGuid PriceItemUuidThe Item used as the currency for the purchase.
public int32 PriceItemIdThe Item used as the currency for the purchase.
public int32 PriceThe price of the Item.
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)Fills this object with data from the passed in JSON.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) constWrites the data from this object into the specified JSON Writer stream.
public inline FGuid & GetPriceItemUuid()Gets the value of PriceItemUuid.
public inline const FGuid & GetPriceItemUuid() constGets the value of PriceItemUuid.
public inline void SetPriceItemUuid(const FGuid & NewValue)Sets the value of PriceItemUuid.
public inline void SetPriceItemUuid(FGuid && NewValue)Sets the value of PriceItemUuid using move semantics.
public inline int32 & GetPriceItemId()Gets the value of PriceItemId.
public inline const int32 & GetPriceItemId() constGets the value of PriceItemId.
public inline void SetPriceItemId(const int32 & NewValue)Sets the value of PriceItemId.
public inline void SetPriceItemId(int32 && NewValue)Sets the value of PriceItemId using move semantics.
public inline bool IsPriceItemIdDefaultValue() constReturns true if PriceItemId matches the default value.
public inline void SetPriceItemIdToDefault()Sets the value of PriceItemId to its default
public inline int32 & GetPrice()Gets the value of Price.
public inline const int32 & GetPrice() constGets the value of Price.
public inline void SetPrice(const int32 & NewValue)Sets the value of Price.
public inline void SetPrice(int32 && NewValue)Sets the value of Price using move semantics.
public inline bool IsPriceDefaultValue() constReturns true if Price matches the default value.
public inline void SetPriceToDefault()Sets the value of Price to its default

Members

public FGuid PriceItemUuid

The Item used as the currency for the purchase.

public int32 PriceItemId

The Item used as the currency for the purchase.

public int32 Price

The price of the Item.

public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)

Fills this object with data from the passed in JSON.

Parameters

  • JsonValue Data from the API call.

Returns

true if parsing of the JSON data was successful.

public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const

Writes the data from this object into the specified JSON Writer stream.

Parameters

  • Writer JSON Writer stream to push .

public inline FGuid & GetPriceItemUuid()

Gets the value of PriceItemUuid.

public inline const FGuid & GetPriceItemUuid() const

Gets the value of PriceItemUuid.

public inline void SetPriceItemUuid(const FGuid & NewValue)

Sets the value of PriceItemUuid.

public inline void SetPriceItemUuid(FGuid && NewValue)

Sets the value of PriceItemUuid using move semantics.

public inline int32 & GetPriceItemId()

Gets the value of PriceItemId.

public inline const int32 & GetPriceItemId() const

Gets the value of PriceItemId.

public inline void SetPriceItemId(const int32 & NewValue)

Sets the value of PriceItemId.

public inline void SetPriceItemId(int32 && NewValue)

Sets the value of PriceItemId using move semantics.

public inline bool IsPriceItemIdDefaultValue() const

Returns true if PriceItemId matches the default value.

public inline void SetPriceItemIdToDefault()

Sets the value of PriceItemId to its default

public inline int32 & GetPrice()

Gets the value of Price.

public inline const int32 & GetPrice() const

Gets the value of Price.

public inline void SetPrice(const int32 & NewValue)

Sets the value of Price.

public inline void SetPrice(int32 && NewValue)

Sets the value of Price using move semantics.

public inline bool IsPriceDefaultValue() const

Returns true if Price matches the default value.

public inline void SetPriceToDefault()

Sets the value of Price to its default