Class: Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::Address
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::Address
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Structured address format for billing and shipping addresses.
Instance Attribute Summary collapse
-
#address ⇒ ::Array<::String>
The first lines of the address.
-
#administrative_area ⇒ ::String
The state, province, or otherwise administrative area of the address.
-
#locality ⇒ ::String
The town/city of the address.
-
#postal_code ⇒ ::String
The postal or ZIP code of the address.
-
#recipient ⇒ ::String
The recipient name, potentially including information such as "care of".
-
#region_code ⇒ ::String
The CLDR country/region of the address.
Instance Attribute Details
#address ⇒ ::Array<::String>
Returns The first lines of the address. The first line generally contains the street name and number, and further lines may include information such as an apartment number.
496 497 498 499 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 496 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#administrative_area ⇒ ::String
Returns The state, province, or otherwise administrative area of the address.
496 497 498 499 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 496 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#locality ⇒ ::String
Returns The town/city of the address.
496 497 498 499 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 496 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postal_code ⇒ ::String
Returns The postal or ZIP code of the address.
496 497 498 499 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 496 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recipient ⇒ ::String
Returns The recipient name, potentially including information such as "care of".
496 497 498 499 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 496 class Address include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |