API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrPaidOffer Struct

Contains the details about the paid offer associated with a FOvrBillingPlan.

Constructors

FOvrPaidOffer ()
This is the default constructor for the struct, which initializes the ::ovrPaidOfferHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrPaidOffer::FOvrPaidOffer()
FOvrPaidOffer ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrPaidOffer::FOvrPaidOffer(ovrPaidOfferHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrPaidOfferHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

Price : FOvrPrice
The FOvrPrice of the paid offer contains the currency code, the amount in hundredths, and the formatted string representation.
Signature
FOvrPrice FOvrPaidOffer::Price
SubscriptionTerm : EOvrOfferTerm
An enum that specifies the term.
EOvrOfferTerm::Unknown: unknown
EOvrOfferTerm::WEEKLY: WEEKLY
EOvrOfferTerm::BIWEEKLY: BIWEEKLY
EOvrOfferTerm::MONTHLY: MONTHLY
EOvrOfferTerm::QUARTERLY: QUARTERLY
EOvrOfferTerm::SEMIANNUAL: SEMIANNUAL
EOvrOfferTerm::ANNUAL: ANNUAL
EOvrOfferTerm::BIANNUAL: BIANNUAL
Signature
EOvrOfferTerm FOvrPaidOffer::SubscriptionTerm

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrPaidOffer::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrPaidOffer::Update(ovrPaidOfferHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
OvrHandle: ovrPaidOfferHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void