LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCatalogStripeStoreListing Struct Reference

Holds the Stripe payment details for a catalog entry. More...

#include <LootLockerServerCatalogRequest.h>

Data Fields

FString Currency
 The currency to use for the purchase.
 
int Amount = 0
 The amount to charge in the smallest unit of the currency (e.g.
 

Detailed Description

Holds the Stripe payment details for a catalog entry.

Field Documentation

◆ Amount

int FLootLockerServerCatalogStripeStoreListing::Amount = 0

The amount to charge in the smallest unit of the currency (e.g.

cents for USD)

◆ Currency

FString FLootLockerServerCatalogStripeStoreListing::Currency

The currency to use for the purchase.