NAME
Paws::Route53Domains::ExtraParam
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Route53Domains::ExtraParam object:
$service_obj->Method(Att1 => { Name => $value, ..., Value => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Route53Domains::ExtraParam object:
$result = $service_obj->Method(...);
$result->Att1->Name
DESCRIPTION
ExtraParam includes the following elements.
ATTRIBUTES
REQUIRED Name => Str
Name of the additional parameter required by the top-level domain.
Type: String
Default: None
Valid values: DUNS_NUMBER
| BRAND_NUMBER
| BIRTH_DEPARTMENT
| BIRTH_DATE_IN_YYYY_MM_DD
| BIRTH_COUNTRY
| BIRTH_CITY
| DOCUMENT_NUMBER
| AU_ID_NUMBER
| AU_ID_TYPE
| CA_LEGAL_TYPE
| CA_BUSINESS_ENTITY_TYPE
|ES_IDENTIFICATION
| ES_IDENTIFICATION_TYPE
| ES_LEGAL_FORM
| FI_BUSINESS_NUMBER
| FI_ID_NUMBER
| IT_PIN
| RU_PASSPORT_DATA
| SE_ID_NUMBER
| SG_ID_NUMBER
| VAT_NUMBER
Parent: ExtraParams
Required: Yes
REQUIRED Value => Str
Values corresponding to the additional parameter names required by some
top-level domains.
Type: String
Default: None
Constraints: Maximum 2048 characters.
Parent: ExtraParams
Required: Yes
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Route53Domains
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues