PaymentItemDisplayHints class

Represents a PaymentProductDisplayHints object.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PaymentItemDisplayHints.new(String label, {required int displayOrder, required String logoUrl})
PaymentItemDisplayHints.fromJson(Map<String, dynamic> json)
factory

Properties

displayOrder int
The display order for this payment item.
final
hashCode int
The hash code for this object.
no setterinherited
label String
The label for this payment item.
final
logoUrl String
The partial logo url that can be used to retrieve the logo for this payment item.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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