public class FundSource extends Object
| Constructor and Description |
|---|
FundSource() |
| Modifier and Type | Method and Description |
|---|---|
FundSource |
additionalData(Map<String,String> additionalData) |
FundSource |
billingAddress(Address billingAddress) |
FundSource |
card(Card card) |
boolean |
equals(Object o) |
Object |
getAdditionalData()
a map of name/value pairs for passing in additional/industry-specific data
|
Address |
getBillingAddress()
Get billingAddress
|
Card |
getCard()
Get card
|
String |
getShopperEmail()
the email address of the person
|
Name |
getShopperName()
Get shopperName
|
String |
getTelephoneNumber()
the telephone number of the person
|
int |
hashCode() |
void |
setAdditionalData(Map<String,String> additionalData) |
void |
setBillingAddress(Address billingAddress) |
void |
setCard(Card card) |
void |
setShopperEmail(String shopperEmail) |
void |
setShopperName(Name shopperName) |
void |
setTelephoneNumber(String telephoneNumber) |
FundSource |
shopperEmail(String shopperEmail) |
FundSource |
shopperName(Name shopperName) |
FundSource |
telephoneNumber(String telephoneNumber) |
String |
toString() |
public FundSource additionalData(Map<String,String> additionalData)
public Object getAdditionalData()
public FundSource billingAddress(Address billingAddress)
public Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
public FundSource card(Card card)
public Card getCard()
public void setCard(Card card)
public FundSource shopperEmail(String shopperEmail)
public String getShopperEmail()
public void setShopperEmail(String shopperEmail)
public FundSource shopperName(Name shopperName)
public Name getShopperName()
public void setShopperName(Name shopperName)
public FundSource telephoneNumber(String telephoneNumber)
public String getTelephoneNumber()
public void setTelephoneNumber(String telephoneNumber)
Copyright © 2022. All rights reserved.