BasicPaymentProduct class

Represents a BasicPaymentProduct object.

Implemented types
Implementers
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

BasicPaymentProduct.new(String id, String paymentMethod, String? paymentProductGroup, bool allowsRecurring, bool allowsTokenization, bool usesRedirectionTo3rdParty, {List<PaymentProductDisplayHints> displayHintsList = const [], List<AccountOnFile> accountsOnFile = const [], PaymentProduct320SpecificData? paymentProduct320SpecificData, PaymentProduct302SpecificData? paymentProduct302SpecificData})
BasicPaymentProduct.fromJson(Map<String, dynamic> json)
factory

Properties

accountsOnFile List<AccountOnFile>
final
allowsRecurring bool
final
allowsTokenization bool
final
displayHintsList List<PaymentProductDisplayHints>
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
paymentMethod String
final
paymentProduct302SpecificData PaymentProduct302SpecificData?
final
paymentProduct320SpecificData PaymentProduct320SpecificData?
final
paymentProductGroup String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usesRedirectionTo3rdParty bool
final

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited