-
public final class AdvancedCommerceItemIOSAn item purchased through the Advanced Commerce API (iOS 18.4+). Represents a developer-defined product within a generic SKU transaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAdvancedCommerceItemIOS.Companion
-
Field Summary
Fields Modifier and Type Field Description private final AdvancedCommerceItemDetailsIOSdetailsprivate final List<AdvancedCommerceRefundIOS>refundsprivate final DoublerevocationDate
-
Constructor Summary
Constructors Constructor Description AdvancedCommerceItemIOS(AdvancedCommerceItemDetailsIOS details, List<AdvancedCommerceRefundIOS> refunds, Double revocationDate)
-
Method Summary
Modifier and Type Method Description final AdvancedCommerceItemDetailsIOSgetDetails()The item's detail information final List<AdvancedCommerceRefundIOS>getRefunds()Refunds issued for this item, if any final DoublegetRevocationDate()Date access to this item was revoked (milliseconds since epoch) final Map<String, Object>toJson()-
-
Constructor Detail
-
AdvancedCommerceItemIOS
AdvancedCommerceItemIOS(AdvancedCommerceItemDetailsIOS details, List<AdvancedCommerceRefundIOS> refunds, Double revocationDate)
-
-
Method Detail
-
getDetails
final AdvancedCommerceItemDetailsIOS getDetails()
The item's detail information
-
getRefunds
final List<AdvancedCommerceRefundIOS> getRefunds()
Refunds issued for this item, if any
-
getRevocationDate
final Double getRevocationDate()
Date access to this item was revoked (milliseconds since epoch)
-
-
-
-