Package com.adyen.model.payout
Class StoreDetailRequest
- java.lang.Object
-
- com.adyen.model.payout.StoreDetailRequest
-
public class StoreDetailRequest extends Object
StoreDetailsAndSubmitRequest
-
-
Constructor Summary
Constructors Constructor Description StoreDetailRequest()
-
Method Summary
-
-
-
Method Detail
-
getBank
public BankAccount getBank()
-
setBank
public void setBank(BankAccount bank)
-
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)
-
merchantAccount
public StoreDetailRequest merchantAccount(String merchantAccount)
-
getMerchantAccount
public String getMerchantAccount()
the merchant account which will be used for processing this request- Returns:
- merchantAccount
-
setMerchantAccount
public void setMerchantAccount(String merchantAccount)
-
shopperReference
public StoreDetailRequest shopperReference(String shopperReference)
-
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)
-
recurring
public StoreDetailRequest recurring(Recurring recurring)
-
getRecurring
public Recurring getRecurring()
the type of recurring contract to be used.- Returns:
- recurring
-
setRecurring
public void setRecurring(Recurring recurring)
-
-