StoreCreationWithMerchantCodeRequest class abstract

StoreCreationWithMerchantCodeRequest

Properties:

  • address - The address of the store.
  • businessLineIds - The unique identifiers of the business lines that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account.
  • description - Your 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.
  • merchantId - The unique identifier of the merchant account that the store belongs to.
  • 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.
  • reference - Your reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_). If you do not provide a reference in your POST request, it is populated with the Adyen-generated id.
  • shopperStatement - The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt. Maximum length: 22 characters; can't be all numbers.
  • splitConfiguration - Rules for Adyen for Platforms merchants to split the transaction amount and fees.
  • subMerchantData - The sub-merchant data relevant for registered payment facilitators transacting on standalone terminals.
Annotations
  • @BuiltValue.new()

Properties

address StoreLocation
The address of the store.
no setter
businessLineIds → BuiltList<String>?
The unique identifiers of the business lines that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account.
no setter
description String
Your 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
merchantId String
The unique identifier of the merchant account that the store belongs to.
no setter
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
reference String?
Your reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_). If you do not provide a reference in your POST request, it is populated with the Adyen-generated id.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperStatement String
The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt. Maximum length: 22 characters; can't be all numbers.
no setter
splitConfiguration StoreSplitConfiguration?
Rules for Adyen for Platforms merchants to split the transaction amount and fees.
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(StoreCreationWithMerchantCodeRequestBuilder)) StoreCreationWithMerchantCodeRequest
Rebuilds the instance.
inherited
toBuilder() StoreCreationWithMerchantCodeRequestBuilder
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<StoreCreationWithMerchantCodeRequest>
no setter