DisableRequest class abstract
DisableRequest
Properties:
- contract - Specify the contract if you only want to disable a specific use. This field can be set to one of the following values, or to their combination (comma-separated): * ONECLICK * RECURRING * PAYOUT
- merchantAccount - The merchant account identifier with which you want to process the transaction.
- recurringDetailReference - The ID that uniquely identifies the recurring detail reference. If it is not provided, the whole recurring contract of the
shopperReferencewill be disabled, which includes all recurring details. - shopperReference - The ID that uniquely identifies the shopper. This
shopperReferencemust be the same as theshopperReferenceused in the initial payment.
- Annotations
-
- @BuiltValue.new()
Constructors
- DisableRequest([void updates(DisableRequestBuilder b)])
-
factory
Properties
- contract → String?
-
Specify the contract if you only want to disable a specific use. This field can be set to one of the following values, or to their combination (comma-separated): * ONECLICK * RECURRING * PAYOUT
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String
-
The merchant account identifier with which you want to process the transaction.
no setter
- recurringDetailReference → String?
-
The ID that uniquely identifies the recurring detail reference. If it is not provided, the whole recurring contract of the
shopperReferencewill be disabled, which includes all recurring details.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopperReference → String
-
The ID that uniquely identifies the shopper. This
shopperReferencemust be the same as theshopperReferenceused in the initial payment.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DisableRequestBuilder)) → DisableRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → DisableRequestBuilder -
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<
DisableRequest> -
no setter