IssueBillingKeyRequest constructor
IssueBillingKeyRequest({
- int? displayAmount,
- Currency? currency,
- required String storeId,
- String? channelKey,
- required BillingKeyMethod billingKeyMethod,
- String? issueName,
- String? issueId,
- Customer? customer,
- WindowTypes? windowType,
- bool? forceRedirect,
- Locale? locale,
- Object? customData,
- OfferPeriod? offerPeriod,
- required String appScheme,
- List<
String> ? noticeUrls, - ProductType? productType,
- IssueBillingKeyBypass? bypass,
- Popup? popup,
- Iframe? iframe,
- IssueBillingKeyRequestUnionCard? card,
- IssueBillingKeyRequestUnionMobile? mobile,
- IssueBillingKeyRequestUnionEasyPay? easyPay,
- IssueBillingKeyRequestUnionPaypal? paypal,
Implementation
IssueBillingKeyRequest({
this.displayAmount,
this.currency,
required this.storeId,
this.channelKey,
required this.billingKeyMethod,
this.issueName,
this.issueId,
this.customer,
this.windowType,
this.forceRedirect,
this.locale,
this.customData,
this.offerPeriod,
required this.appScheme,
this.noticeUrls,
this.productType,
this.bypass,
this.popup,
this.iframe,
this.card,
this.mobile,
this.easyPay,
this.paypal,
});