GeneratePciDescriptionRequest class abstract

GeneratePciDescriptionRequest

Properties:

  • additionalSalesChannels - An array of additional sales channels to generate PCI questionnaires. Include the relevant sales channels if you need your user to sign PCI questionnaires. Not required if you create stores and add payment methods before you generate the questionnaires. Possible values: * eCommerce * pos * ecomMoto * posMoto
  • language - Sets the language of the PCI questionnaire. Its value is a two-character ISO 639-1 language code, for example, en.
Annotations
  • @BuiltValue.new()

Properties

additionalSalesChannels → BuiltList<GeneratePciDescriptionRequestAdditionalSalesChannelsEnum>?
An array of additional sales channels to generate PCI questionnaires. Include the relevant sales channels if you need your user to sign PCI questionnaires. Not required if you create stores and add payment methods before you generate the questionnaires. Possible values: * eCommerce * pos * ecomMoto * posMoto
no setter
hashCode int
The hash code for this object.
no setterinherited
language String?
Sets the language of the PCI questionnaire. Its value is a two-character ISO 639-1 language code, for example, en.
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(GeneratePciDescriptionRequestBuilder)) GeneratePciDescriptionRequest
Rebuilds the instance.
inherited
toBuilder() GeneratePciDescriptionRequestBuilder
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<GeneratePciDescriptionRequest>
no setter