SubjectErasureByPspReferenceRequest class abstract

SubjectErasureByPspReferenceRequest

Properties:

  • forceErasure - Set this to true if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
  • merchantAccount - Your merchant account
  • pspReference - The PSP reference of the payment. We will delete all shopper-related data for this payment.
Annotations
  • @BuiltValue.new()

Properties

forceErasure bool?
Set this to true if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantAccount String?
Your merchant account
no setter
pspReference String?
The PSP reference of the payment. We will delete all shopper-related data for this payment.
no setter
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
rebuild(dynamic updates(SubjectErasureByPspReferenceRequestBuilder)) SubjectErasureByPspReferenceRequest
Rebuilds the instance.
inherited
toBuilder() SubjectErasureByPspReferenceRequestBuilder
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<SubjectErasureByPspReferenceRequest>
no setter