BasicPaymentProductGroup class
- Implemented types
- Implementers
- Annotations
-
- @JsonSerializable()
Constructors
-
BasicPaymentProductGroup.new(String id, PaymentItemDisplayHints displayHints, bool allowsInstallments, bool deviceFingerprintEnabled, {List<
AccountOnFile> accountsOnFile = const []}) -
BasicPaymentProductGroup.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
accountsOnFile
→ List<
AccountOnFile> -
List of known AccountOnFile for this group.
final
- allowsInstallments → bool
-
Whether the group allows payments in installments.
final
- deviceFingerprintEnabled → bool
-
Whether device fingerprinting is enabled for this group.
final
- displayHints → PaymentItemDisplayHints
-
The display hints for this group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The group's identifier. Group identifiers are not numerical, i.e. 'cards'.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compareTo(
dynamic other) → int -
Compares this object to another object.
override
-
getAccountsOnFile(
) → List< AccountOnFile> -
override
-
getAcquirerCountry(
) → String? -
override
-
getDisplayHints(
) → PaymentItemDisplayHints? -
override
-
getId(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited