CalculatePciStatusRequest class abstract

CalculatePciStatusRequest

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
Annotations
  • @BuiltValue.new()

Constructors

CalculatePciStatusRequest([void updates(CalculatePciStatusRequestBuilder b)])
factory

Properties

additionalSalesChannels → BuiltList<CalculatePciStatusRequestAdditionalSalesChannelsEnum>?
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
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(CalculatePciStatusRequestBuilder)) CalculatePciStatusRequest
Rebuilds the instance.
inherited
toBuilder() CalculatePciStatusRequestBuilder
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<CalculatePciStatusRequest>
no setter