public class PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet extends Object
| Constructor and Description |
|---|
PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet |
accountId(String accountId) |
boolean |
equals(Object o) |
PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet |
fundingSource(String fundingSource) |
PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet |
fundingSourceSale(String fundingSourceSale) |
String |
getAccountId()
The ID of the customer, passed in the return_url field by PayPal after customer approval.
|
String |
getFundingSource()
Payment mode for the authorization or order transaction.
|
String |
getFundingSourceSale()
Payment method for the unit purchase.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setFundingSource(String fundingSource) |
void |
setFundingSourceSale(String fundingSourceSale) |
String |
toString() |
public PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet()
public PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet fundingSource(String fundingSource)
public String getFundingSource()
public void setFundingSource(String fundingSource)
public PtsV2PaymentsOrderPost201ResponsePaymentInformationEWallet fundingSourceSale(String fundingSourceSale)
public String getFundingSourceSale()
public void setFundingSourceSale(String fundingSourceSale)
Copyright © 2024. All rights reserved.