-
public final class RequestPurchaseIosProps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestPurchaseIosProps.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanandDangerouslyFinishTransactionAutomaticallyprivate final StringappAccountTokenprivate final Integerquantityprivate final Stringskuprivate final DiscountOfferInputIOSwithOffer
-
Constructor Summary
Constructors Constructor Description RequestPurchaseIosProps(Boolean andDangerouslyFinishTransactionAutomatically, String appAccountToken, Integer quantity, String sku, DiscountOfferInputIOS withOffer)
-
Method Summary
Modifier and Type Method Description final BooleangetAndDangerouslyFinishTransactionAutomatically()Auto-finish transaction (dangerous) final StringgetAppAccountToken()App account token for user tracking final IntegergetQuantity()Purchase quantity final StringgetSku()Product SKU final DiscountOfferInputIOSgetWithOffer()Discount offer to apply final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestPurchaseIosProps
RequestPurchaseIosProps(Boolean andDangerouslyFinishTransactionAutomatically, String appAccountToken, Integer quantity, String sku, DiscountOfferInputIOS withOffer)
-
-
Method Detail
-
getAndDangerouslyFinishTransactionAutomatically
final Boolean getAndDangerouslyFinishTransactionAutomatically()
Auto-finish transaction (dangerous)
-
getAppAccountToken
final String getAppAccountToken()
App account token for user tracking
-
getQuantity
final Integer getQuantity()
Purchase quantity
-
getWithOffer
final DiscountOfferInputIOS getWithOffer()
Discount offer to apply
-
-
-
-