Class ResponseAdditionalDataBillingAddress


  • public class ResponseAdditionalDataBillingAddress
    extends Object
    ResponseAdditionalDataBillingAddress
    • Field Detail

      • JSON_PROPERTY_BILLING_ADDRESS_COUNTRY

        public static final String JSON_PROPERTY_BILLING_ADDRESS_COUNTRY
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BILLING_ADDRESS_HOUSE_NUMBER_OR_NAME

        public static final String JSON_PROPERTY_BILLING_ADDRESS_HOUSE_NUMBER_OR_NAME
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BILLING_ADDRESS_POSTAL_CODE

        public static final String JSON_PROPERTY_BILLING_ADDRESS_POSTAL_CODE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BILLING_ADDRESS_STATE_OR_PROVINCE

        public static final String JSON_PROPERTY_BILLING_ADDRESS_STATE_OR_PROVINCE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BILLING_ADDRESS_STREET

        public static final String JSON_PROPERTY_BILLING_ADDRESS_STREET
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResponseAdditionalDataBillingAddress

        public ResponseAdditionalDataBillingAddress()
    • Method Detail

      • getBillingAddressCity

        public String getBillingAddressCity()
        The billing address city passed in the payment request.
        Returns:
        billingAddressCity
      • setBillingAddressCity

        public void setBillingAddressCity​(String billingAddressCity)
        The billing address city passed in the payment request.
        Parameters:
        billingAddressCity -
      • getBillingAddressCountry

        public String getBillingAddressCountry()
        The billing address country passed in the payment request. Example: NL
        Returns:
        billingAddressCountry
      • setBillingAddressCountry

        public void setBillingAddressCountry​(String billingAddressCountry)
        The billing address country passed in the payment request. Example: NL
        Parameters:
        billingAddressCountry -
      • getBillingAddressHouseNumberOrName

        public String getBillingAddressHouseNumberOrName()
        The billing address house number or name passed in the payment request.
        Returns:
        billingAddressHouseNumberOrName
      • setBillingAddressHouseNumberOrName

        public void setBillingAddressHouseNumberOrName​(String billingAddressHouseNumberOrName)
        The billing address house number or name passed in the payment request.
        Parameters:
        billingAddressHouseNumberOrName -
      • getBillingAddressPostalCode

        public String getBillingAddressPostalCode()
        The billing address postal code passed in the payment request. Example: 1011 DJ
        Returns:
        billingAddressPostalCode
      • setBillingAddressPostalCode

        public void setBillingAddressPostalCode​(String billingAddressPostalCode)
        The billing address postal code passed in the payment request. Example: 1011 DJ
        Parameters:
        billingAddressPostalCode -
      • getBillingAddressStateOrProvince

        public String getBillingAddressStateOrProvince()
        The billing address state or province passed in the payment request. Example: NH
        Returns:
        billingAddressStateOrProvince
      • setBillingAddressStateOrProvince

        public void setBillingAddressStateOrProvince​(String billingAddressStateOrProvince)
        The billing address state or province passed in the payment request. Example: NH
        Parameters:
        billingAddressStateOrProvince -
      • getBillingAddressStreet

        public String getBillingAddressStreet()
        The billing address street passed in the payment request.
        Returns:
        billingAddressStreet
      • setBillingAddressStreet

        public void setBillingAddressStreet​(String billingAddressStreet)
        The billing address street passed in the payment request.
        Parameters:
        billingAddressStreet -
      • equals

        public boolean equals​(Object o)
        Return true if this ResponseAdditionalDataBillingAddress object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static ResponseAdditionalDataBillingAddress fromJson​(String jsonString)
                                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ResponseAdditionalDataBillingAddress given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ResponseAdditionalDataBillingAddress
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ResponseAdditionalDataBillingAddress
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ResponseAdditionalDataBillingAddress to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException