Package com.adyen.model.payout
Class FundSource
- java.lang.Object
-
- com.adyen.model.payout.FundSource
-
public class FundSource extends Object
FundSource
-
-
Constructor Summary
Constructors Constructor Description FundSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FundSourceadditionalData(Map<String,String> additionalData)FundSourcebillingAddress(Address billingAddress)FundSourcecard(Card card)booleanequals(Object o)ObjectgetAdditionalData()a map of name/value pairs for passing in additional/industry-specific dataAddressgetBillingAddress()Get billingAddressCardgetCard()Get cardStringgetShopperEmail()the email address of the personNamegetShopperName()Get shopperNameStringgetTelephoneNumber()the telephone number of the personinthashCode()voidsetAdditionalData(Map<String,String> additionalData)voidsetBillingAddress(Address billingAddress)voidsetCard(Card card)voidsetShopperEmail(String shopperEmail)voidsetShopperName(Name shopperName)voidsetTelephoneNumber(String telephoneNumber)FundSourceshopperEmail(String shopperEmail)FundSourceshopperName(Name shopperName)FundSourcetelephoneNumber(String telephoneNumber)StringtoString()
-
-
-
Method Detail
-
additionalData
public FundSource additionalData(Map<String,String> additionalData)
-
getAdditionalData
public Object getAdditionalData()
a map of name/value pairs for passing in additional/industry-specific data- Returns:
- additionalData
-
billingAddress
public FundSource billingAddress(Address billingAddress)
-
getBillingAddress
public Address getBillingAddress()
Get billingAddress- Returns:
- billingAddress
-
setBillingAddress
public void setBillingAddress(Address billingAddress)
-
card
public FundSource card(Card card)
-
getCard
public Card getCard()
Get card- Returns:
- card
-
setCard
public void setCard(Card card)
-
shopperEmail
public FundSource shopperEmail(String shopperEmail)
-
getShopperEmail
public String getShopperEmail()
the email address of the person- Returns:
- shopperEmail
-
setShopperEmail
public void setShopperEmail(String shopperEmail)
-
shopperName
public FundSource shopperName(Name shopperName)
-
getShopperName
public Name getShopperName()
Get shopperName- Returns:
- shopperName
-
setShopperName
public void setShopperName(Name shopperName)
-
telephoneNumber
public FundSource telephoneNumber(String telephoneNumber)
-
getTelephoneNumber
public String getTelephoneNumber()
the telephone number of the person- Returns:
- telephoneNumber
-
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber)
-
-