Class CustomSheetPaymentInfo.Address
java.lang.Object
com.samsung.android.sdk.samsungpay.v2.payment.CustomSheetPaymentInfo.Address
- All Implemented Interfaces:
android.os.Parcelable
- Enclosing class:
- CustomSheetPaymentInfo
This class provides APIs to create Address Parcel object.
- Since:
- API Level 1.3
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This is builder class for constructing Address objects. -
Field Summary
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionAPI to return the addressee of Address details.API to return the address line 1 of Address details.API to return the address line 2 of Address details.getCity()
API to return the city of Address details.API to return the country code of Address details.getEmail()
API to return the email address of Address details.android.os.Bundle
API to return the configured extra addressInfo.API to return the phone number of Address details.API to return the postal code of Address details.getState()
API to return the state of Address details.
-
Method Details
-
getAddressee
API to return the addressee of Address details.- Returns:
- Addressee.
- Since:
- API Level 1.3
-
getAddressLine1
API to return the address line 1 of Address details.- Returns:
- AddressLine1.
- Since:
- API Level 1.3
-
getAddressLine2
API to return the address line 2 of Address details.- Returns:
- AddressLine2.
- Since:
- API Level 1.3
-
getCity
API to return the city of Address details.- Returns:
- City.
- Since:
- API Level 1.3
-
getState
API to return the state of Address details.- Returns:
- State.
- Since:
- API Level 1.3
-
getCountryCode
API to return the country code of Address details.- Returns:
- Country code.
- Since:
- API Level 1.3
-
getPostalCode
API to return the postal code of Address details.- Returns:
- Postal code.
- Since:
- API Level 1.3
-
getPhoneNumber
API to return the phone number of Address details.- Returns:
- Phone number.
- Since:
- API Level 1.3
-
getExtraAddressInfo
public android.os.Bundle getExtraAddressInfo()API to return the configured extra addressInfo.- Returns:
- Extra addressInfo.
- Since:
- API Level 1.3
-
getEmail
API to return the email address of Address details.- Returns:
- Email address
- Since:
- API Level 1.5
-
Samsung Electronics.
Samsung Pay SDK 2.19.00 - Jun 12 2024