Skip to main content
PFValueToDateModel data model.

Syntax

Members

currency   const char*
is null-terminated
(Optional) ISO 4217 code of the currency used in the purchases. totalValue   uint32_t Total value of the purchases in a whole number of 1/100 monetary units. For example, 999 indicates nine dollars and ninety-nine cents when Currency is ‘USD’). totalValueAsDecimal   const char*
is null-terminated
(Optional) Total value of the purchases in a string representation of decimal monetary units. For example, ‘9.99’ indicates nine dollars and ninety-nine cents when Currency is ‘USD’.

Requirements

Header: PFTypes.h

See also

PFTypes members
Last modified on August 3, 2026