SourceTypeKlarna constructor
const
SourceTypeKlarna({
- String? backgroundImageUrl,
- String? clientToken,
- String? firstName,
- String? lastName,
- String? locale,
- String? logoUrl,
- String? pageTitle,
- String? payLaterAssetUrlsDescriptive,
- String? payLaterAssetUrlsStandard,
- String? payLaterName,
- String? payLaterRedirectUrl,
- String? payNowAssetUrlsDescriptive,
- String? payNowAssetUrlsStandard,
- String? payNowName,
- String? payNowRedirectUrl,
- String? payOverTimeAssetUrlsDescriptive,
- String? payOverTimeAssetUrlsStandard,
- String? payOverTimeName,
- String? payOverTimeRedirectUrl,
- String? paymentMethodCategories,
- String? purchaseCountry,
- String? purchaseType,
- String? redirectUrl,
- int? shippingDelay,
- String? shippingFirstName,
- String? shippingLastName,
Implementation
const SourceTypeKlarna({
this.backgroundImageUrl,
this.clientToken,
this.firstName,
this.lastName,
this.locale,
this.logoUrl,
this.pageTitle,
this.payLaterAssetUrlsDescriptive,
this.payLaterAssetUrlsStandard,
this.payLaterName,
this.payLaterRedirectUrl,
this.payNowAssetUrlsDescriptive,
this.payNowAssetUrlsStandard,
this.payNowName,
this.payNowRedirectUrl,
this.payOverTimeAssetUrlsDescriptive,
this.payOverTimeAssetUrlsStandard,
this.payOverTimeName,
this.payOverTimeRedirectUrl,
this.paymentMethodCategories,
this.purchaseCountry,
this.purchaseType,
this.redirectUrl,
this.shippingDelay,
this.shippingFirstName,
this.shippingLastName,
});