ScheduleAccountUpdaterRequest class abstract
ScheduleAccountUpdaterRequest
Properties:
- additionalData - This field contains additional data, which may be required for a particular request.
- card - Credit card data. Optional if
shopperReferenceandselectedRecurringDetailReferenceare provided. - merchantAccount - Account of the merchant.
- reference - A reference that merchants can apply for the call.
- selectedRecurringDetailReference - The selected detail recurring reference. Optional if
cardis provided. - shopperReference - The reference of the shopper that owns the recurring contract. Optional if
cardis provided.
- Annotations
-
- @BuiltValue.new()
Constructors
- ScheduleAccountUpdaterRequest([void updates(ScheduleAccountUpdaterRequestBuilder b)])
-
factory
Properties
-
additionalData
→ BuiltMap<
String, String> ? -
This field contains additional data, which may be required for a particular request.
no setter
- card → Card?
-
Credit card data. Optional if
shopperReferenceandselectedRecurringDetailReferenceare provided.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String
-
Account of the merchant.
no setter
- reference → String
-
A reference that merchants can apply for the call.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedRecurringDetailReference → String?
-
The selected detail recurring reference. Optional if
cardis provided.no setter - shopperReference → String?
-
The reference of the shopper that owns the recurring contract. Optional if
cardis provided.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ScheduleAccountUpdaterRequestBuilder)) → ScheduleAccountUpdaterRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → ScheduleAccountUpdaterRequestBuilder -
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<
ScheduleAccountUpdaterRequest> -
no setter