PaymentProductGroup class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

PaymentProductGroup.new(List<PaymentProductField> fields, String id, PaymentItemDisplayHints displayHints, bool allowsInstallments, bool deviceFingerprintEnabled, {List<AccountOnFile> accountsOnFile = const []})
PaymentProductGroup.fromJson(Map<String, dynamic> json)
factory

Properties

accountsOnFile List<AccountOnFile>
List of known AccountOnFile for this group.
finalinherited
allowsInstallments bool
Whether the group allows payments in installments.
finalinherited
deviceFingerprintEnabled bool
Whether device fingerprinting is enabled for this group.
finalinherited
displayHints PaymentItemDisplayHints
The display hints for this group.
finalinherited
fields List<PaymentProductField>
The PaymentProductGroup specific PaymentProductFields that the customer will need to provide to finish a payment.
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'.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortedFields List<PaymentProductField>
no setter

Methods

compareTo(dynamic other) int
Compares this object to another object.
inherited
getAccountsOnFile() List<AccountOnFile>
inherited
getAcquirerCountry() String?
inherited
getDisplayHints() PaymentItemDisplayHints?
inherited
getId() String
inherited
getPaymentProductFieldById(String id) PaymentProductField?
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