BusinessLineInfoUpdate class abstract
BusinessLineInfoUpdate
Properties:
- industryCode - A code that represents the industry of your legal entity. For example, 4431A for computer software stores.
- salesChannels - A list of channels where goods or services are sold. Possible values: pos, posMoto, eCommerce, ecomMoto, payByLink. Required only in combination with the
servicepaymentProcessing. - sourceOfFunds - Contains information about the source of your user's funds. Required only if the
serviceis banking or issuing. - webData - List of website URLs where your user's goods or services are sold. When this is required for a service but your user does not have an online presence, provide the reason in the
webDataExemptionobject. - webDataExemption - The reason why the web data is not provided.
- Annotations
-
- @BuiltValue.new()
Constructors
- BusinessLineInfoUpdate([void updates(BusinessLineInfoUpdateBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- industryCode → String?
-
A code that represents the industry of your legal entity. For example, 4431A for computer software stores.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
salesChannels
→ BuiltList<
String> ? -
A list of channels where goods or services are sold. Possible values: pos, posMoto, eCommerce, ecomMoto, payByLink. Required only in combination with the
servicepaymentProcessing.no setter - sourceOfFunds → SourceOfFunds?
-
Contains information about the source of your user's funds. Required only if the
serviceis banking or issuing.no setter -
webData
→ BuiltList<
WebData> ? -
List of website URLs where your user's goods or services are sold. When this is required for a service but your user does not have an online presence, provide the reason in the
webDataExemptionobject.no setter - webDataExemption → WebDataExemption?
-
The reason why the web data is not provided.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(BusinessLineInfoUpdateBuilder)) → BusinessLineInfoUpdate -
Rebuilds the instance.
inherited
-
toBuilder(
) → BusinessLineInfoUpdateBuilder -
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<
BusinessLineInfoUpdate> -
no setter