ListStoredPaymentMethodsResponse class abstract

ListStoredPaymentMethodsResponse

Properties:

  • merchantAccount - Your merchant account.
  • shopperReference - Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address.
  • storedPaymentMethods - List of all stored payment methods.
Annotations
  • @BuiltValue.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
merchantAccount String?
Your merchant account.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperReference String?
Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address.
no setter
storedPaymentMethods → BuiltList<StoredPaymentMethodResource>?
List of all stored payment methods.
no setter

Methods

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