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