CollectInformation class abstract
CollectInformation
Properties:
- bankDetails - Indicates whether bank account details must be collected. Default is true.
- businessDetails - Indicates whether business details must be collected. Default is true.
- individualDetails - Indicates whether individual details must be collected. Default is true.
- legalArrangementDetails - Indicates whether legal arrangement details must be collected. Default is true.
- pciQuestionnaire - Indicates whether answers to a PCI questionnaire must be collected. Applies only to partner platforms. Default is true.
- shareholderDetails - Indicates whether shareholder details must be collected. Defaults to true.
- Annotations
-
- @BuiltValue.new()
Constructors
- CollectInformation([void updates(CollectInformationBuilder b)])
-
factory
Properties
- bankDetails → bool?
-
Indicates whether bank account details must be collected. Default is true.
no setter
- businessDetails → bool?
-
Indicates whether business details must be collected. Default is true.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- individualDetails → bool?
-
Indicates whether individual details must be collected. Default is true.
no setter
- legalArrangementDetails → bool?
-
Indicates whether legal arrangement details must be collected. Default is true.
no setter
- pciQuestionnaire → bool?
-
Indicates whether answers to a PCI questionnaire must be collected. Applies only to partner platforms. Default is true.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Indicates whether shareholder details must be collected. Defaults to true.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CollectInformationBuilder)) → CollectInformation -
Rebuilds the instance.
inherited
-
toBuilder(
) → CollectInformationBuilder -
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<
CollectInformation> -
no setter