SourceTypeKlarna constructor

const SourceTypeKlarna({
  1. String? backgroundImageUrl,
  2. String? clientToken,
  3. String? firstName,
  4. String? lastName,
  5. String? locale,
  6. String? logoUrl,
  7. String? pageTitle,
  8. String? payLaterAssetUrlsDescriptive,
  9. String? payLaterAssetUrlsStandard,
  10. String? payLaterName,
  11. String? payLaterRedirectUrl,
  12. String? payNowAssetUrlsDescriptive,
  13. String? payNowAssetUrlsStandard,
  14. String? payNowName,
  15. String? payNowRedirectUrl,
  16. String? payOverTimeAssetUrlsDescriptive,
  17. String? payOverTimeAssetUrlsStandard,
  18. String? payOverTimeName,
  19. String? payOverTimeRedirectUrl,
  20. String? paymentMethodCategories,
  21. String? purchaseCountry,
  22. String? purchaseType,
  23. String? redirectUrl,
  24. int? shippingDelay,
  25. String? shippingFirstName,
  26. 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,
});