public class Payer extends PayPalModel
| Constructor and Description |
|---|
Payer()
Default Constructor
|
Payer(String paymentMethod)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountAge() |
String |
getAccountType() |
List<FundingInstrument> |
getFundingInstruments()
Getter for fundingInstruments
|
String |
getFundingOptionId()
Getter for fundingOptionId
|
PayerInfo |
getPayerInfo()
Getter for payerInfo
|
String |
getPaymentMethod()
Getter for paymentMethod
|
String |
getStatus()
Getter for status
|
void |
setAccountAge(String accountAge) |
void |
setAccountType(String accountType) |
Payer |
setFundingInstruments(List<FundingInstrument> fundingInstruments)
Setter for fundingInstruments
|
Payer |
setFundingOptionId(String fundingOptionId)
Setter for fundingOptionId
|
Payer |
setPayerInfo(PayerInfo payerInfo)
Setter for payerInfo
|
Payer |
setPaymentMethod(String paymentMethod)
Setter for paymentMethod
|
Payer |
setStatus(String status)
Setter for status
|
equals, hashCode, toJSON, toStringpublic Payer()
public Payer(String paymentMethod)
public String getPaymentMethod()
public String getStatus()
public String getAccountType()
public void setAccountType(String accountType)
public String getAccountAge()
public void setAccountAge(String accountAge)
public Payer setFundingInstruments(List<FundingInstrument> fundingInstruments)
public List<FundingInstrument> getFundingInstruments()
public Payer setFundingOptionId(String fundingOptionId)
public String getFundingOptionId()
public PayerInfo getPayerInfo()
Copyright © 2015. All Rights Reserved.