Class CustomSheetPaymentInfo.Address

java.lang.Object
com.samsung.android.sdk.samsungpay.v2.payment.CustomSheetPaymentInfo.Address
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
CustomSheetPaymentInfo

public static class CustomSheetPaymentInfo.Address extends Object implements android.os.Parcelable
This class provides APIs to create Address Parcel object.
Since:
API Level 1.3
  • Method Details

    • getAddressee

      public String getAddressee()
      API to return the addressee of Address details.
      Returns:
      Addressee.
      Since:
      API Level 1.3
    • getAddressLine1

      public String getAddressLine1()
      API to return the address line 1 of Address details.
      Returns:
      AddressLine1.
      Since:
      API Level 1.3
    • getAddressLine2

      public String getAddressLine2()
      API to return the address line 2 of Address details.
      Returns:
      AddressLine2.
      Since:
      API Level 1.3
    • getCity

      public String getCity()
      API to return the city of Address details.
      Returns:
      City.
      Since:
      API Level 1.3
    • getState

      public String getState()
      API to return the state of Address details.
      Returns:
      State.
      Since:
      API Level 1.3
    • getCountryCode

      public String getCountryCode()
      API to return the country code of Address details.
      Returns:
      Country code.
      Since:
      API Level 1.3
    • getPostalCode

      public String getPostalCode()
      API to return the postal code of Address details.
      Returns:
      Postal code.
      Since:
      API Level 1.3
    • getPhoneNumber

      public String 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

      public String getEmail()
      API to return the email address of Address details.
      Returns:
      Email address
      Since:
      API Level 1.5