SourceTypeKlarna class final
Constructors
- 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})
-
const
- SourceTypeKlarna.fromJson(Object? json)
-
factory
Properties
- backgroundImageUrl → String?
-
final
- clientToken → String?
-
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName → String?
-
final
- locale → String?
-
final
- logoUrl → String?
-
final
- pageTitle → String?
-
final
- payLaterAssetUrlsDescriptive → String?
-
final
- payLaterAssetUrlsStandard → String?
-
final
- payLaterName → String?
-
final
- payLaterRedirectUrl → String?
-
final
- paymentMethodCategories → String?
-
final
- payNowAssetUrlsDescriptive → String?
-
final
- payNowAssetUrlsStandard → String?
-
final
- payNowName → String?
-
final
- payNowRedirectUrl → String?
-
final
- payOverTimeAssetUrlsDescriptive → String?
-
final
- payOverTimeAssetUrlsStandard → String?
-
final
- payOverTimeName → String?
-
final
- payOverTimeRedirectUrl → String?
-
final
- purchaseCountry → String?
-
final
- purchaseType → String?
-
final
- redirectUrl → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingDelay → int?
-
final
- shippingFirstName → String?
-
final
- shippingLastName → String?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (SourceTypeKlarna instance, Encoder< V> encoder) → V