CreateMerchantResponse class abstract
CreateMerchantResponse
Properties:
- businessLineId - The unique identifier of the business line.
- companyId - The unique identifier of the company account.
- description - Your description for the merchant account, maximum 300 characters.
- id - The unique identifier of the merchant account. If Adyen set up a template for the
reference, then theidwill have the same value as thereferencethat you sent in the request. Otherwise, the value is generated by Adyen. - legalEntityId - The unique identifier of the legal entity.
- pricingPlan - Partner pricing plan for the merchant, applicable for merchants under AfP managed company accounts.
- reference - Your reference for the merchant account.
- Annotations
-
- @BuiltValue.new()
Constructors
- CreateMerchantResponse([void updates(CreateMerchantResponseBuilder b)])
-
factory
Properties
- businessLineId → String?
-
The unique identifier of the business line.
no setter
- companyId → String?
-
The unique identifier of the company account.
no setter
- description → String?
-
Your description for the merchant account, maximum 300 characters.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the merchant account. If Adyen set up a template for the
reference, then theidwill have the same value as thereferencethat you sent in the request. Otherwise, the value is generated by Adyen.no setter - legalEntityId → String?
-
The unique identifier of the legal entity.
no setter
- pricingPlan → String?
-
Partner pricing plan for the merchant, applicable for merchants under AfP managed company accounts.
no setter
- reference → String?
-
Your reference for the merchant account.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CreateMerchantResponseBuilder)) → CreateMerchantResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateMerchantResponseBuilder -
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<
CreateMerchantResponse> -
no setter