public class PaymentInstruction extends PayPalResource
| Constructor and Description |
|---|
PaymentInstruction(java.lang.String referenceNumber,
java.lang.String instructionType,
RecipientBankingInstruction recipientBankingInstruction,
Currency amount)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Currency |
getAmount()
Amount to be transferred
|
java.lang.String |
getInstructionType()
Type of payment instruction
|
java.util.List<Links> |
getLinks() |
java.lang.String |
getNote()
Additional text regarding payment handling
|
java.lang.String |
getPaymentDueDate()
Date by which payment should be received
|
RecipientBankingInstruction |
getRecipientBankingInstruction()
Recipient bank Details.
|
java.lang.String |
getReferenceNumber()
ID of payment instruction
|
int |
hashCode() |
PaymentInstruction |
setAmount(Currency amount)
Amount to be transferred
|
PaymentInstruction |
setInstructionType(java.lang.String instructionType)
Type of payment instruction
|
PaymentInstruction |
setLinks(java.util.List<Links> links) |
PaymentInstruction |
setNote(java.lang.String note)
Additional text regarding payment handling
|
PaymentInstruction |
setPaymentDueDate(java.lang.String paymentDueDate)
Date by which payment should be received
|
PaymentInstruction |
setRecipientBankingInstruction(RecipientBankingInstruction recipientBankingInstruction)
Recipient bank Details.
|
PaymentInstruction |
setReferenceNumber(java.lang.String referenceNumber)
ID of payment instruction
|
configureAndExecute, configureAndExecute, configureAndExecute, configureAndExecute, createAPICallPreHandler, getClientCredential, getClientID, getClientSecret, getConfigurations, getCredential, getLastRequest, getLastResponse, getOAuthTokenCredential, initConfig, initConfig, initConfig, initializeToDefaulttoJSON, toStringpublic PaymentInstruction(java.lang.String referenceNumber,
java.lang.String instructionType,
RecipientBankingInstruction recipientBankingInstruction,
Currency amount)
public java.lang.String getReferenceNumber()
public java.lang.String getInstructionType()
public RecipientBankingInstruction getRecipientBankingInstruction()
public Currency getAmount()
public java.lang.String getPaymentDueDate()
public java.lang.String getNote()
public java.util.List<Links> getLinks()
public PaymentInstruction setReferenceNumber(java.lang.String referenceNumber)
public PaymentInstruction setInstructionType(java.lang.String instructionType)
public PaymentInstruction setRecipientBankingInstruction(RecipientBankingInstruction recipientBankingInstruction)
public PaymentInstruction setAmount(Currency amount)
public PaymentInstruction setPaymentDueDate(java.lang.String paymentDueDate)
public PaymentInstruction setNote(java.lang.String note)
public PaymentInstruction setLinks(java.util.List<Links> links)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel