public interface AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompany()
string company = 3; |
com.google.protobuf.ByteString |
getCompanyBytes()
string company = 3; |
java.lang.String |
getCountryCodeNumeric()
Ref https://developers.braintreepayments.com/reference/general/countries/ruby
|
com.google.protobuf.ByteString |
getCountryCodeNumericBytes()
Ref https://developers.braintreepayments.com/reference/general/countries/ruby
|
java.lang.String |
getExtendedAddress()
string extended_address = 5; |
com.google.protobuf.ByteString |
getExtendedAddressBytes()
string extended_address = 5; |
java.lang.String |
getFirstName()
string first_name = 1; |
com.google.protobuf.ByteString |
getFirstNameBytes()
string first_name = 1; |
java.lang.String |
getLastName()
string last_name = 2; |
com.google.protobuf.ByteString |
getLastNameBytes()
string last_name = 2; |
java.lang.String |
getLocality()
string locality = 6; |
com.google.protobuf.ByteString |
getLocalityBytes()
string locality = 6; |
java.lang.String |
getPostalCode()
string postal_code = 8; |
com.google.protobuf.ByteString |
getPostalCodeBytes()
string postal_code = 8; |
java.lang.String |
getRegion()
string region = 7; |
com.google.protobuf.ByteString |
getRegionBytes()
string region = 7; |
java.lang.String |
getStreetAddress()
string street_address = 4; |
com.google.protobuf.ByteString |
getStreetAddressBytes()
string street_address = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFirstName()
string first_name = 1;com.google.protobuf.ByteString getFirstNameBytes()
string first_name = 1;java.lang.String getLastName()
string last_name = 2;com.google.protobuf.ByteString getLastNameBytes()
string last_name = 2;java.lang.String getCompany()
string company = 3;com.google.protobuf.ByteString getCompanyBytes()
string company = 3;java.lang.String getStreetAddress()
string street_address = 4;com.google.protobuf.ByteString getStreetAddressBytes()
string street_address = 4;java.lang.String getExtendedAddress()
string extended_address = 5;com.google.protobuf.ByteString getExtendedAddressBytes()
string extended_address = 5;java.lang.String getLocality()
string locality = 6;com.google.protobuf.ByteString getLocalityBytes()
string locality = 6;java.lang.String getRegion()
string region = 7;com.google.protobuf.ByteString getRegionBytes()
string region = 7;java.lang.String getPostalCode()
string postal_code = 8;com.google.protobuf.ByteString getPostalCodeBytes()
string postal_code = 8;java.lang.String getCountryCodeNumeric()
Ref https://developers.braintreepayments.com/reference/general/countries/ruby
string country_code_numeric = 9;com.google.protobuf.ByteString getCountryCodeNumericBytes()
Ref https://developers.braintreepayments.com/reference/general/countries/ruby
string country_code_numeric = 9;