GeneratePciDescriptionResponse class abstract

GeneratePciDescriptionResponse

Properties:

  • content - The generated questionnaires in a base64 encoded format.
  • language - The two-letter ISO-639-1 language code for the questionnaire. For example, en.
  • pciTemplateReferences - The array of Adyen-generated unique identifiers for the questionnaires. If empty, the user is not required to sign questionnaires.
Annotations
  • @BuiltValue.new()

Properties

content String?
The generated questionnaires in a base64 encoded format.
no setter
hashCode int
The hash code for this object.
no setterinherited
language String?
The two-letter ISO-639-1 language code for the questionnaire. For example, en.
no setter
pciTemplateReferences → BuiltList<String>?
The array of Adyen-generated unique identifiers for the questionnaires. If empty, the user is not required to sign questionnaires.
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(GeneratePciDescriptionResponseBuilder)) GeneratePciDescriptionResponse
Rebuilds the instance.
inherited
toBuilder() GeneratePciDescriptionResponseBuilder
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<GeneratePciDescriptionResponse>
no setter