-
public final class RequestSubscriptionIosProps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestSubscriptionIosProps.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 RequestSubscriptionIosProps(Boolean andDangerouslyFinishTransactionAutomatically, String appAccountToken, Integer quantity, String sku, DiscountOfferInputIOS withOffer)
-
Method Summary
Modifier and Type Method Description final BooleangetAndDangerouslyFinishTransactionAutomatically()final StringgetAppAccountToken()final IntegergetQuantity()final StringgetSku()final DiscountOfferInputIOSgetWithOffer()final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestSubscriptionIosProps
RequestSubscriptionIosProps(Boolean andDangerouslyFinishTransactionAutomatically, String appAccountToken, Integer quantity, String sku, DiscountOfferInputIOS withOffer)
-
-
Method Detail
-
getAndDangerouslyFinishTransactionAutomatically
final Boolean getAndDangerouslyFinishTransactionAutomatically()
-
getAppAccountToken
final String getAppAccountToken()
-
getQuantity
final Integer getQuantity()
-
getWithOffer
final DiscountOfferInputIOS getWithOffer()
-
-
-
-