Inherited by InAppPurchases::ProductDetailsAndroid, and InAppPurchases::ProductDetailsApple.
Public Member Functions | |
| AZ_RTTI (ProductDetails, "{D90F4F87-E877-4503-917E-99E9D0A9EE5C}") | |
| const AZStd::string & | GetProductId () const |
| const AZStd::string & | GetProductTitle () const |
| const AZStd::string & | GetProductDescription () const |
| const AZStd::string & | GetProductPrice () const |
| const AZStd::string & | GetProductCurrencyCode () const |
| AZ::u64 | GetProductPriceMicro () const |
| void | SetProductId (const AZStd::string &productId) |
| void | SetProductTitle (const AZStd::string &productTitle) |
| void | SetProductDescription (const AZStd::string &productDescription) |
| void | SetProductPrice (const AZStd::string &productPrice) |
| void | SetProductCurrencyCode (const AZStd::string &productCurrencyCode) |
| void | SetProductPriceMicro (const AZ::u64 &productPriceMicro) |
| ProductDetails (const ProductDetails &)=default | |