public class TransactionInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionInformation.Builder
Class to build instances of
TransactionInformation. |
| Constructor and Description |
|---|
TransactionInformation()
Default constructor.
|
TransactionInformation(String paypalAccountId,
String transactionId,
String paypalReferenceId,
PaypalReferenceIdType paypalReferenceIdType,
String transactionEventCode,
String transactionInitiationDate,
String transactionUpdatedDate,
Money transactionAmount,
Money feeAmount,
Money discountAmount,
Money insuranceAmount,
Money salesTaxAmount,
Money shippingAmount,
Money shippingDiscountAmount,
Money shippingTaxAmount,
Money otherAmount,
Money tipAmount,
String transactionStatus,
String transactionSubject,
String transactionNote,
String paymentTrackingId,
String bankReferenceId,
Money endingBalance,
Money availableBalance,
String invoiceId,
String customField,
String protectionEligibility,
String creditTerm,
Money creditTransactionalFee,
Money creditPromotionalFee,
String annualPercentageRate,
String paymentMethodType,
String instrumentType,
String instrumentSubType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnualPercentageRate()
Getter for AnnualPercentageRate.
|
Money |
getAvailableBalance()
Getter for AvailableBalance.
|
String |
getBankReferenceId()
Getter for BankReferenceId.
|
Money |
getCreditPromotionalFee()
Getter for CreditPromotionalFee.
|
String |
getCreditTerm()
Getter for CreditTerm.
|
Money |
getCreditTransactionalFee()
Getter for CreditTransactionalFee.
|
String |
getCustomField()
Getter for CustomField.
|
Money |
getDiscountAmount()
Getter for DiscountAmount.
|
Money |
getEndingBalance()
Getter for EndingBalance.
|
Money |
getFeeAmount()
Getter for FeeAmount.
|
String |
getInstrumentSubType()
Getter for InstrumentSubType.
|
String |
getInstrumentType()
Getter for InstrumentType.
|
Money |
getInsuranceAmount()
Getter for InsuranceAmount.
|
String |
getInvoiceId()
Getter for InvoiceId.
|
Money |
getOtherAmount()
Getter for OtherAmount.
|
String |
getPaymentMethodType()
Getter for PaymentMethodType.
|
String |
getPaymentTrackingId()
Getter for PaymentTrackingId.
|
String |
getPaypalAccountId()
Getter for PaypalAccountId.
|
String |
getPaypalReferenceId()
Getter for PaypalReferenceId.
|
PaypalReferenceIdType |
getPaypalReferenceIdType()
Getter for PaypalReferenceIdType.
|
String |
getProtectionEligibility()
Getter for ProtectionEligibility.
|
Money |
getSalesTaxAmount()
Getter for SalesTaxAmount.
|
Money |
getShippingAmount()
Getter for ShippingAmount.
|
Money |
getShippingDiscountAmount()
Getter for ShippingDiscountAmount.
|
Money |
getShippingTaxAmount()
Getter for ShippingTaxAmount.
|
Money |
getTipAmount()
Getter for TipAmount.
|
Money |
getTransactionAmount()
Getter for TransactionAmount.
|
String |
getTransactionEventCode()
Getter for TransactionEventCode.
|
String |
getTransactionId()
Getter for TransactionId.
|
String |
getTransactionInitiationDate()
Getter for TransactionInitiationDate.
|
String |
getTransactionNote()
Getter for TransactionNote.
|
String |
getTransactionStatus()
Getter for TransactionStatus.
|
String |
getTransactionSubject()
Getter for TransactionSubject.
|
String |
getTransactionUpdatedDate()
Getter for TransactionUpdatedDate.
|
void |
setAnnualPercentageRate(String annualPercentageRate)
Setter for AnnualPercentageRate.
|
void |
setAvailableBalance(Money availableBalance)
Setter for AvailableBalance.
|
void |
setBankReferenceId(String bankReferenceId)
Setter for BankReferenceId.
|
void |
setCreditPromotionalFee(Money creditPromotionalFee)
Setter for CreditPromotionalFee.
|
void |
setCreditTerm(String creditTerm)
Setter for CreditTerm.
|
void |
setCreditTransactionalFee(Money creditTransactionalFee)
Setter for CreditTransactionalFee.
|
void |
setCustomField(String customField)
Setter for CustomField.
|
void |
setDiscountAmount(Money discountAmount)
Setter for DiscountAmount.
|
void |
setEndingBalance(Money endingBalance)
Setter for EndingBalance.
|
void |
setFeeAmount(Money feeAmount)
Setter for FeeAmount.
|
void |
setInstrumentSubType(String instrumentSubType)
Setter for InstrumentSubType.
|
void |
setInstrumentType(String instrumentType)
Setter for InstrumentType.
|
void |
setInsuranceAmount(Money insuranceAmount)
Setter for InsuranceAmount.
|
void |
setInvoiceId(String invoiceId)
Setter for InvoiceId.
|
void |
setOtherAmount(Money otherAmount)
Setter for OtherAmount.
|
void |
setPaymentMethodType(String paymentMethodType)
Setter for PaymentMethodType.
|
void |
setPaymentTrackingId(String paymentTrackingId)
Setter for PaymentTrackingId.
|
void |
setPaypalAccountId(String paypalAccountId)
Setter for PaypalAccountId.
|
void |
setPaypalReferenceId(String paypalReferenceId)
Setter for PaypalReferenceId.
|
void |
setPaypalReferenceIdType(PaypalReferenceIdType paypalReferenceIdType)
Setter for PaypalReferenceIdType.
|
void |
setProtectionEligibility(String protectionEligibility)
Setter for ProtectionEligibility.
|
void |
setSalesTaxAmount(Money salesTaxAmount)
Setter for SalesTaxAmount.
|
void |
setShippingAmount(Money shippingAmount)
Setter for ShippingAmount.
|
void |
setShippingDiscountAmount(Money shippingDiscountAmount)
Setter for ShippingDiscountAmount.
|
void |
setShippingTaxAmount(Money shippingTaxAmount)
Setter for ShippingTaxAmount.
|
void |
setTipAmount(Money tipAmount)
Setter for TipAmount.
|
void |
setTransactionAmount(Money transactionAmount)
Setter for TransactionAmount.
|
void |
setTransactionEventCode(String transactionEventCode)
Setter for TransactionEventCode.
|
void |
setTransactionId(String transactionId)
Setter for TransactionId.
|
void |
setTransactionInitiationDate(String transactionInitiationDate)
Setter for TransactionInitiationDate.
|
void |
setTransactionNote(String transactionNote)
Setter for TransactionNote.
|
void |
setTransactionStatus(String transactionStatus)
Setter for TransactionStatus.
|
void |
setTransactionSubject(String transactionSubject)
Setter for TransactionSubject.
|
void |
setTransactionUpdatedDate(String transactionUpdatedDate)
Setter for TransactionUpdatedDate.
|
TransactionInformation.Builder |
toBuilder()
Builds a new
TransactionInformation.Builder object. |
String |
toString()
Converts this TransactionInformation into string format.
|
public TransactionInformation()
public TransactionInformation(String paypalAccountId, String transactionId, String paypalReferenceId, PaypalReferenceIdType paypalReferenceIdType, String transactionEventCode, String transactionInitiationDate, String transactionUpdatedDate, Money transactionAmount, Money feeAmount, Money discountAmount, Money insuranceAmount, Money salesTaxAmount, Money shippingAmount, Money shippingDiscountAmount, Money shippingTaxAmount, Money otherAmount, Money tipAmount, String transactionStatus, String transactionSubject, String transactionNote, String paymentTrackingId, String bankReferenceId, Money endingBalance, Money availableBalance, String invoiceId, String customField, String protectionEligibility, String creditTerm, Money creditTransactionalFee, Money creditPromotionalFee, String annualPercentageRate, String paymentMethodType, String instrumentType, String instrumentSubType)
paypalAccountId - String value for paypalAccountId.transactionId - String value for transactionId.paypalReferenceId - String value for paypalReferenceId.paypalReferenceIdType - PaypalReferenceIdType value for paypalReferenceIdType.transactionEventCode - String value for transactionEventCode.transactionInitiationDate - String value for transactionInitiationDate.transactionUpdatedDate - String value for transactionUpdatedDate.transactionAmount - Money value for transactionAmount.feeAmount - Money value for feeAmount.discountAmount - Money value for discountAmount.insuranceAmount - Money value for insuranceAmount.salesTaxAmount - Money value for salesTaxAmount.shippingAmount - Money value for shippingAmount.shippingDiscountAmount - Money value for shippingDiscountAmount.shippingTaxAmount - Money value for shippingTaxAmount.otherAmount - Money value for otherAmount.tipAmount - Money value for tipAmount.transactionStatus - String value for transactionStatus.transactionSubject - String value for transactionSubject.transactionNote - String value for transactionNote.paymentTrackingId - String value for paymentTrackingId.bankReferenceId - String value for bankReferenceId.endingBalance - Money value for endingBalance.availableBalance - Money value for availableBalance.invoiceId - String value for invoiceId.customField - String value for customField.protectionEligibility - String value for protectionEligibility.creditTerm - String value for creditTerm.creditTransactionalFee - Money value for creditTransactionalFee.creditPromotionalFee - Money value for creditPromotionalFee.annualPercentageRate - String value for annualPercentageRate.paymentMethodType - String value for paymentMethodType.instrumentType - String value for instrumentType.instrumentSubType - String value for instrumentSubType.public String getPaypalAccountId()
public void setPaypalAccountId(String paypalAccountId)
paypalAccountId - Value for Stringpublic String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - Value for Stringpublic String getPaypalReferenceId()
public void setPaypalReferenceId(String paypalReferenceId)
paypalReferenceId - Value for Stringpublic PaypalReferenceIdType getPaypalReferenceIdType()
public void setPaypalReferenceIdType(PaypalReferenceIdType paypalReferenceIdType)
paypalReferenceIdType - Value for PaypalReferenceIdTypepublic String getTransactionEventCode()
public void setTransactionEventCode(String transactionEventCode)
transactionEventCode - Value for Stringpublic String getTransactionInitiationDate()
public void setTransactionInitiationDate(String transactionInitiationDate)
transactionInitiationDate - Value for Stringpublic String getTransactionUpdatedDate()
public void setTransactionUpdatedDate(String transactionUpdatedDate)
transactionUpdatedDate - Value for Stringpublic Money getTransactionAmount()
public void setTransactionAmount(Money transactionAmount)
transactionAmount - Value for Moneypublic Money getFeeAmount()
public void setFeeAmount(Money feeAmount)
feeAmount - Value for Moneypublic Money getDiscountAmount()
public void setDiscountAmount(Money discountAmount)
discountAmount - Value for Moneypublic Money getInsuranceAmount()
public void setInsuranceAmount(Money insuranceAmount)
insuranceAmount - Value for Moneypublic Money getSalesTaxAmount()
public void setSalesTaxAmount(Money salesTaxAmount)
salesTaxAmount - Value for Moneypublic Money getShippingAmount()
public void setShippingAmount(Money shippingAmount)
shippingAmount - Value for Moneypublic Money getShippingDiscountAmount()
public void setShippingDiscountAmount(Money shippingDiscountAmount)
shippingDiscountAmount - Value for Moneypublic Money getShippingTaxAmount()
public void setShippingTaxAmount(Money shippingTaxAmount)
shippingTaxAmount - Value for Moneypublic Money getOtherAmount()
public void setOtherAmount(Money otherAmount)
otherAmount - Value for Moneypublic Money getTipAmount()
public void setTipAmount(Money tipAmount)
tipAmount - Value for Moneypublic String getTransactionStatus()
public void setTransactionStatus(String transactionStatus)
transactionStatus - Value for Stringpublic String getTransactionSubject()
public void setTransactionSubject(String transactionSubject)
transactionSubject - Value for Stringpublic String getTransactionNote()
public void setTransactionNote(String transactionNote)
transactionNote - Value for Stringpublic String getPaymentTrackingId()
public void setPaymentTrackingId(String paymentTrackingId)
paymentTrackingId - Value for Stringpublic String getBankReferenceId()
public void setBankReferenceId(String bankReferenceId)
bankReferenceId - Value for Stringpublic Money getEndingBalance()
public void setEndingBalance(Money endingBalance)
endingBalance - Value for Moneypublic Money getAvailableBalance()
public void setAvailableBalance(Money availableBalance)
availableBalance - Value for Moneypublic String getInvoiceId()
public void setInvoiceId(String invoiceId)
invoiceId - Value for Stringpublic String getCustomField()
public void setCustomField(String customField)
customField - Value for Stringpublic String getProtectionEligibility()
public void setProtectionEligibility(String protectionEligibility)
protectionEligibility - Value for Stringpublic String getCreditTerm()
public void setCreditTerm(String creditTerm)
creditTerm - Value for Stringpublic Money getCreditTransactionalFee()
public void setCreditTransactionalFee(Money creditTransactionalFee)
creditTransactionalFee - Value for Moneypublic Money getCreditPromotionalFee()
public void setCreditPromotionalFee(Money creditPromotionalFee)
creditPromotionalFee - Value for Moneypublic String getAnnualPercentageRate()
public void setAnnualPercentageRate(String annualPercentageRate)
annualPercentageRate - Value for Stringpublic String getPaymentMethodType()
public void setPaymentMethodType(String paymentMethodType)
paymentMethodType - Value for Stringpublic String getInstrumentType()
public void setInstrumentType(String instrumentType)
instrumentType - Value for Stringpublic String getInstrumentSubType()
public void setInstrumentSubType(String instrumentSubType)
instrumentSubType - Value for Stringpublic String toString()
public TransactionInformation.Builder toBuilder()
TransactionInformation.Builder object.
Creates the instance with the state of the current model.TransactionInformation.Builder objectCopyright © 2026. All rights reserved.