PaymentMethodGroup class abstract

PaymentMethodGroup

Properties:

  • name_ - The name of the group.
  • paymentMethodData - Echo data to be used if the payment method is displayed as part of this group.
  • type - The unique code of the group.
Annotations
  • @BuiltValue.new()

Constructors

PaymentMethodGroup([void updates(PaymentMethodGroupBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name_ String?
The name of the group.
no setter
paymentMethodData String?
Echo data to be used if the payment method is displayed as part of this group.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The unique code of the group.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaymentMethodGroupBuilder)) PaymentMethodGroup
Rebuilds the instance.
inherited
toBuilder() PaymentMethodGroupBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PaymentMethodGroup>
no setter