Package 

Class BillingAddress

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class BillingAddress
     implements Parcelable
                        

    The billing address holds the address of the customer.

    • Constructor Detail

    • Method Detail

      • getCity

        @Nullable() String getCity()

        The town, district or city of the billing address Mandatory for 3D Secure v2.

      • getStreet1

        @Nullable() String getStreet1()

        Returns the door number, floor, building number, building name, and/or street name of the billing address. Mandatory for 3D Secure v2.

      • getStreet2

        @Nullable() String getStreet2()

        Returns the adjoining road or locality (if required) of the billing address The combination of street1 and street2 can't contain numbers only, it should also include characters.

      • isCountryRequired

         boolean isCountryRequired()

        Returns boolean which indicates if country is required.

      • isStateRequired

         boolean isStateRequired()

        Returns boolean which indicates if state is required.

      • isCityRequired

         boolean isCityRequired()

        Returns boolean which indicates if city is required.

      • isPostCodeRequired

         boolean isPostCodeRequired()

        Returns boolean which indicates if postal code is required.

      • isStreet1Required

         boolean isStreet1Required()

        Returns boolean which indicates if street1 is required.

      • isStreet2Required

         boolean isStreet2Required()

        Returns boolean which indicates if street2 is required.