UpdateStoreRequest class abstract

UpdateStoreRequest

Properties:

  • address - The address of the store. It is not possible to update the country of the store.
  • businessLineIds - The unique identifiers of the business lines that the store is associated with.
  • description - The description of the store.
  • externalReferenceId - The unique identifier of the store, used by certain payment methods and tax authorities. Required for CNPJ in Brazil, in the format 00.000.000/0000-00 separated by dots, slashes, hyphens, or without separators. Optional for SIRET in France, up to 14 digits. Optional for Zip in Australia, up to 50 digits.
  • phoneNumber - The phone number of the store, including '+' and country code in the E.164 format. If passed in a different format, we convert and validate the phone number against E.164.
  • splitConfiguration - Rules for Adyen for Platforms merchants to split the transaction amount and fees.
  • status - The status of the store. Possible values are: - active: This value is assigned automatically when a store is created. - inactive: The maximum transaction limits and number of Store-and-Forward transactions for the store are set to 0. This blocks new transactions, but captures are still possible. - closed: The terminals of the store are reassigned to the merchant inventory, so they can't process payments. You can change the status from active to inactive, and from inactive to active or closed. Once closed, a store can't be reopened.
  • subMerchantData - The sub-merchant data relevant for registered payment facilitators transacting on standalone terminals.
Annotations
  • @BuiltValue.new()

Constructors

UpdateStoreRequest([void updates(UpdateStoreRequestBuilder b)])
factory

Properties

address UpdatableAddress?
The address of the store. It is not possible to update the country of the store.
no setter
businessLineIds → BuiltList<String>?
The unique identifiers of the business lines that the store is associated with.
no setter
description String?
The description of the store.
no setter
externalReferenceId String?
The unique identifier of the store, used by certain payment methods and tax authorities. Required for CNPJ in Brazil, in the format 00.000.000/0000-00 separated by dots, slashes, hyphens, or without separators. Optional for SIRET in France, up to 14 digits. Optional for Zip in Australia, up to 50 digits.
no setter
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
The phone number of the store, including '+' and country code in the E.164 format. If passed in a different format, we convert and validate the phone number against E.164.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitConfiguration StoreSplitConfiguration?
Rules for Adyen for Platforms merchants to split the transaction amount and fees.
no setter
status UpdateStoreRequestStatusEnum?
The status of the store. Possible values are: - active: This value is assigned automatically when a store is created. - inactive: The maximum transaction limits and number of Store-and-Forward transactions for the store are set to 0. This blocks new transactions, but captures are still possible. - closed: The terminals of the store are reassigned to the merchant inventory, so they can't process payments. You can change the status from active to inactive, and from inactive to active or closed. Once closed, a store can't be reopened.
no setter
subMerchantData SubMerchantData?
The sub-merchant data relevant for registered payment facilitators transacting on standalone terminals.
no setter

Methods

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