pub type EOS_Ecom_CopyOfferByIndexOptions = _tagEOS_Ecom_CopyOfferByIndexOptions;Expand description
Input parameters for the EOS_Ecom_CopyOfferByIndex function.
Aliased Type§
#[repr(C)]pub struct EOS_Ecom_CopyOfferByIndexOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub OfferIndex: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ECOM_COPYOFFERBYINDEX_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the local user whose offer is being copied
OfferIndex: u32The index of the offer to get.