PaymentMethodResponse class abstract

PaymentMethodResponse

Properties:

  • links - Pagination references.
  • data - The list of supported payment methods and their details.
  • itemsTotal - Total number of items.
  • pagesTotal - Total number of pages.
  • typesWithErrors - The payment method types that were not successfully requested and their corresponding errors.
Annotations
  • @BuiltValue.new()

Constructors

PaymentMethodResponse([void updates(PaymentMethodResponseBuilder b)])
factory

Properties

data → BuiltList<PaymentMethod>?
The list of supported payment methods and their details.
no setter
hashCode int
The hash code for this object.
no setterinherited
itemsTotal int
Total number of items.
no setter
Pagination references.
no setter
pagesTotal int
Total number of pages.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typesWithErrors → BuiltList<PaymentMethodResponseTypesWithErrorsEnum>?
The payment method types that were not successfully requested and their corresponding errors.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaymentMethodResponseBuilder)) PaymentMethodResponse
Rebuilds the instance.
inherited
toBuilder() PaymentMethodResponseBuilder
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<PaymentMethodResponse>
no setter