MidServiceNotificationData class abstract

MidServiceNotificationData

Properties:

  • allowed - Indicates whether receiving payments is allowed. This value is set to true by Adyen after screening your merchant account.
  • enabled - Indicates whether the payment method is enabled (true) or disabled (false).
  • id - The unique identifier of the resource.
  • merchantId - The unique identifier of the merchant account.
  • reference - Your reference for the payment method.
  • status - The status of the request to add a payment method. Possible values: * success: the payment method was added. * failure: the request failed. * capabilityPending: the receivePayments capability is not allowed.
  • storeId - The unique identifier of the store, if any.
  • type - Payment method variant.
  • verificationStatus - Payment method status. Possible values: * valid * pending * invalid * rejected
Annotations
  • @BuiltValue.new()

Constructors

MidServiceNotificationData([void updates(MidServiceNotificationDataBuilder b)])
factory

Properties

allowed bool?
Indicates whether receiving payments is allowed. This value is set to true by Adyen after screening your merchant account.
no setter
enabled bool?
Indicates whether the payment method is enabled (true) or disabled (false).
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the resource.
no setter
merchantId String
The unique identifier of the merchant account.
no setter
reference String?
Your reference for the payment method.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status MidServiceNotificationDataStatusEnum
The status of the request to add a payment method. Possible values: * success: the payment method was added. * failure: the request failed. * capabilityPending: the receivePayments capability is not allowed.
no setter
storeId String?
The unique identifier of the store, if any.
no setter
type String
Payment method variant.
no setter
verificationStatus MidServiceNotificationDataVerificationStatusEnum?
Payment method status. Possible values: * valid * pending * invalid * rejected
no setter

Methods

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