SweepCounterparty class abstract
SweepCounterparty
Properties:
- balanceAccountId - The unique identifier of the destination or source balance account. > If you are updating the counterparty from a transfer instrument to a balance account, set
transferInstrumentIdto null. - merchantAccount - The merchant account that will be the source of funds. You can only use this parameter with sweeps of
typepull and if you are processing payments with Adyen. - transferInstrumentId - The unique identifier of the destination or source transfer instrument depending on the sweep
type. To set up automated top-up sweeps to balance accounts in your marketplace or platform, use this parameter in combination with amerchantAccountand a sweeptypeof pull. Top-up sweeps start a direct debit request from the source transfer instrument. Contact Adyen Support to enable this feature.> If you are updating the counterparty from a balance account to a transfer instrument, setbalanceAccountIdto null.
- Annotations
-
- @BuiltValue.new()
Constructors
- SweepCounterparty([void updates(SweepCounterpartyBuilder b)])
-
factory
Properties
- balanceAccountId → String?
-
The unique identifier of the destination or source balance account. > If you are updating the counterparty from a transfer instrument to a balance account, set
transferInstrumentIdto null.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String?
-
The merchant account that will be the source of funds. You can only use this parameter with sweeps of
typepull and if you are processing payments with Adyen.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transferInstrumentId → String?
-
The unique identifier of the destination or source transfer instrument depending on the sweep
type. To set up automated top-up sweeps to balance accounts in your marketplace or platform, use this parameter in combination with amerchantAccountand a sweeptypeof pull. Top-up sweeps start a direct debit request from the source transfer instrument. Contact Adyen Support to enable this feature.> If you are updating the counterparty from a balance account to a transfer instrument, setbalanceAccountIdto null.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SweepCounterpartyBuilder)) → SweepCounterparty -
Rebuilds the instance.
inherited
-
toBuilder(
) → SweepCounterpartyBuilder -
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<
SweepCounterparty> -
no setter