GetTermsOfServiceDocumentRequest class abstract

GetTermsOfServiceDocumentRequest

Properties:

  • language - The language to be used for the Terms of Service document, specified by the two-letter ISO 639-1 language code. Possible values: en for English or fr for French.
  • termsOfServiceDocumentFormat - The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON, PDF, or TXT.
  • type - The type of Terms of Service. Possible values: * adyenForPlatformsManage * adyenIssuing * adyenForPlatformsAdvanced * adyenCapital * adyenAccount * adyenCard * adyenFranchisee * adyenPccr * adyenChargeCard * kycOnInvite
Annotations
  • @BuiltValue.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
language String
The language to be used for the Terms of Service document, specified by the two-letter ISO 639-1 language code. Possible values: en for English or fr for French.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termsOfServiceDocumentFormat String?
The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON, PDF, or TXT.
no setter
type GetTermsOfServiceDocumentRequestTypeEnum
The type of Terms of Service. Possible values: * adyenForPlatformsManage * adyenIssuing * adyenForPlatformsAdvanced * adyenCapital * adyenAccount * adyenCard * adyenFranchisee * adyenPccr * adyenChargeCard * kycOnInvite
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(GetTermsOfServiceDocumentRequestBuilder)) GetTermsOfServiceDocumentRequest
Rebuilds the instance.
inherited
toBuilder() GetTermsOfServiceDocumentRequestBuilder
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<GetTermsOfServiceDocumentRequest>
no setter