Class StoreDetailRequest


  • public class StoreDetailRequest
    extends Object
    StoreDetailsAndSubmitRequest
    • Constructor Detail

      • StoreDetailRequest

        public StoreDetailRequest()
    • Method Detail

      • setAdditionalData

        public void setAdditionalData​(Map<String,​String> additionalData)
      • getCard

        public Card getCard()
      • setCard

        public void setCard​(Card card)
      • getBillingAddress

        public Address getBillingAddress()
      • setBillingAddress

        public void setBillingAddress​(Address billingAddress)
      • getDateOfBirth

        public Date getDateOfBirth()
      • setDateOfBirth

        public void setDateOfBirth​(Date dateOfBirth)
      • getEntityType

        public String getEntityType()
      • setEntityType

        public void setEntityType​(String entityType)
      • getFraudOffset

        public Integer getFraudOffset()
      • setFraudOffset

        public void setFraudOffset​(Integer fraudOffset)
      • getNationality

        public String getNationality()
      • setNationalty

        public void setNationalty​(String nationalty)
      • getSelectedBrand

        public String getSelectedBrand()
      • setSelectedBrand

        public void setSelectedBrand​(String selectedBrand)
      • getShopperEmail

        public String getShopperEmail()
      • setShopperEmail

        public void setShopperEmail​(String shopperEmail)
      • getShopperName

        public Name getShopperName()
      • setShopperName

        public void setShopperName​(Name shopperName)
      • getSocialSecurityNumber

        public String getSocialSecurityNumber()
      • setSocialSecurityNumber

        public void setSocialSecurityNumber​(String socialSecurityNumber)
      • getMerchantAccount

        public String getMerchantAccount()
        the merchant account which will be used for processing this request
        Returns:
        merchantAccount
      • setMerchantAccount

        public void setMerchantAccount​(String merchantAccount)
      • getShopperReference

        public String getShopperReference()
        a reference you use to uniquely identify the shopper (e.g. user ID or account ID)
        Returns:
        shopperReference
      • setShopperReference

        public void setShopperReference​(String shopperReference)
      • getRecurring

        public Recurring getRecurring()
        the type of recurring contract to be used.
        Returns:
        recurring
      • setRecurring

        public void setRecurring​(Recurring recurring)