GetPciQuestionnaireResponse class abstract
GetPciQuestionnaireResponse
Properties:
- content - The generated questionnaire in a base64 encoded format.
- createdAt - The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
- id - The unique identifier of the signed questionnaire.
- validUntil - The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
- Annotations
-
- @BuiltValue.new()
Constructors
- GetPciQuestionnaireResponse([void updates(GetPciQuestionnaireResponseBuilder b)])
-
factory
Properties
- content → String?
-
The generated questionnaire in a base64 encoded format.
no setter
- createdAt → DateTime?
-
The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the signed questionnaire.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validUntil → DateTime?
-
The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(GetPciQuestionnaireResponseBuilder)) → GetPciQuestionnaireResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → GetPciQuestionnaireResponseBuilder -
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<
GetPciQuestionnaireResponse> -
no setter