Class Transaction

    • Field Detail

      • accountIdSpecified

        protected boolean accountIdSpecified
      • addressCityNameSpecified

        protected boolean addressCityNameSpecified
      • addressCountrySpecified

        protected boolean addressCountrySpecified
      • addressNameSpecified

        protected boolean addressNameSpecified
      • addressPostalCodeSpecified

        protected boolean addressPostalCodeSpecified
      • addressStateProvenceSpecified

        protected boolean addressStateProvenceSpecified
      • addressStatusSpecified

        protected boolean addressStatusSpecified
      • addressStreet1Specified

        protected boolean addressStreet1Specified
      • addressStreet2Specified

        protected boolean addressStreet2Specified
      • contactPhoneSpecified

        protected boolean contactPhoneSpecified
      • createDateSpecified

        protected boolean createDateSpecified
      • exchangeRateSpecified

        protected boolean exchangeRateSpecified
      • feeAmountSpecified

        protected boolean feeAmountSpecified
      • grossAmountSpecified

        protected boolean grossAmountSpecified
      • idSpecified

        protected boolean idSpecified
      • invoiceIdSpecified

        protected boolean invoiceIdSpecified
      • lastPaypalCommand

        @ApiProperty(canBeNullOrNotSet=true)
        protected String lastPaypalCommand
        The name of the command issued to PayPal with regards to the attempted transaction.
      • lastPaypalCommandSpecified

        protected boolean lastPaypalCommandSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • orderFromIpAddressSpecified

        protected boolean orderFromIpAddressSpecified
      • orderTotal

        @ApiProperty(canBeNullOrNotSet=true)
        protected BigDecimal orderTotal
        The amount of the payment submitted through the SoftLayer interface, represented in decimal format as US Dollars ($USD).
      • orderTotalSpecified

        protected boolean orderTotalSpecified
      • payerSpecified

        protected boolean payerSpecified
      • payerBusinessSpecified

        protected boolean payerBusinessSpecified
      • payerCountrySpecified

        protected boolean payerCountrySpecified
      • payerFirstNameSpecified

        protected boolean payerFirstNameSpecified
      • payerIdSpecified

        protected boolean payerIdSpecified
      • payerLastNameSpecified

        protected boolean payerLastNameSpecified
      • payerStatusSpecified

        protected boolean payerStatusSpecified
      • paymentDateSpecified

        protected boolean paymentDateSpecified
      • paymentStatusSpecified

        protected boolean paymentStatusSpecified
      • paymentTypeSpecified

        protected boolean paymentTypeSpecified
      • pendingReasonSpecified

        protected boolean pendingReasonSpecified
      • serializedReplySpecified

        protected boolean serializedReplySpecified
      • serializedRequestSpecified

        protected boolean serializedRequestSpecified
      • settleAmountSpecified

        protected boolean settleAmountSpecified
      • taxAmountSpecified

        protected boolean taxAmountSpecified
      • tokenSpecified

        protected boolean tokenSpecified
      • transactionIdSpecified

        protected boolean transactionIdSpecified
      • transactionType

        @ApiProperty(canBeNullOrNotSet=true)
        protected String transactionType
        PayPal defined code used to identify the type of transaction. Provided in a PayPal response.
      • transactionTypeSpecified

        protected boolean transactionTypeSpecified
    • Constructor Detail

      • Transaction

        public Transaction()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getOrder

        public Order getOrder()
      • setOrder

        public void setOrder​(Order order)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getAddressCityName

        public String getAddressCityName()
      • setAddressCityName

        public void setAddressCityName​(String addressCityName)
      • isAddressCityNameSpecified

        public boolean isAddressCityNameSpecified()
      • unsetAddressCityName

        public void unsetAddressCityName()
      • getAddressCountry

        public String getAddressCountry()
      • setAddressCountry

        public void setAddressCountry​(String addressCountry)
      • isAddressCountrySpecified

        public boolean isAddressCountrySpecified()
      • unsetAddressCountry

        public void unsetAddressCountry()
      • getAddressName

        public String getAddressName()
      • setAddressName

        public void setAddressName​(String addressName)
      • isAddressNameSpecified

        public boolean isAddressNameSpecified()
      • unsetAddressName

        public void unsetAddressName()
      • getAddressPostalCode

        public String getAddressPostalCode()
      • setAddressPostalCode

        public void setAddressPostalCode​(String addressPostalCode)
      • isAddressPostalCodeSpecified

        public boolean isAddressPostalCodeSpecified()
      • unsetAddressPostalCode

        public void unsetAddressPostalCode()
      • getAddressStateProvence

        public String getAddressStateProvence()
      • setAddressStateProvence

        public void setAddressStateProvence​(String addressStateProvence)
      • isAddressStateProvenceSpecified

        public boolean isAddressStateProvenceSpecified()
      • unsetAddressStateProvence

        public void unsetAddressStateProvence()
      • getAddressStatus

        public String getAddressStatus()
      • setAddressStatus

        public void setAddressStatus​(String addressStatus)
      • isAddressStatusSpecified

        public boolean isAddressStatusSpecified()
      • unsetAddressStatus

        public void unsetAddressStatus()
      • getAddressStreet1

        public String getAddressStreet1()
      • setAddressStreet1

        public void setAddressStreet1​(String addressStreet1)
      • isAddressStreet1Specified

        public boolean isAddressStreet1Specified()
      • unsetAddressStreet1

        public void unsetAddressStreet1()
      • getAddressStreet2

        public String getAddressStreet2()
      • setAddressStreet2

        public void setAddressStreet2​(String addressStreet2)
      • isAddressStreet2Specified

        public boolean isAddressStreet2Specified()
      • unsetAddressStreet2

        public void unsetAddressStreet2()
      • getContactPhone

        public String getContactPhone()
      • setContactPhone

        public void setContactPhone​(String contactPhone)
      • isContactPhoneSpecified

        public boolean isContactPhoneSpecified()
      • unsetContactPhone

        public void unsetContactPhone()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getExchangeRate

        public String getExchangeRate()
      • setExchangeRate

        public void setExchangeRate​(String exchangeRate)
      • isExchangeRateSpecified

        public boolean isExchangeRateSpecified()
      • unsetExchangeRate

        public void unsetExchangeRate()
      • setFeeAmount

        public void setFeeAmount​(BigDecimal feeAmount)
      • isFeeAmountSpecified

        public boolean isFeeAmountSpecified()
      • unsetFeeAmount

        public void unsetFeeAmount()
      • getGrossAmount

        public BigDecimal getGrossAmount()
      • setGrossAmount

        public void setGrossAmount​(BigDecimal grossAmount)
      • isGrossAmountSpecified

        public boolean isGrossAmountSpecified()
      • unsetGrossAmount

        public void unsetGrossAmount()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getInvoiceId

        public Long getInvoiceId()
      • setInvoiceId

        public void setInvoiceId​(Long invoiceId)
      • isInvoiceIdSpecified

        public boolean isInvoiceIdSpecified()
      • unsetInvoiceId

        public void unsetInvoiceId()
      • getLastPaypalCommand

        public String getLastPaypalCommand()
      • setLastPaypalCommand

        public void setLastPaypalCommand​(String lastPaypalCommand)
      • isLastPaypalCommandSpecified

        public boolean isLastPaypalCommandSpecified()
      • unsetLastPaypalCommand

        public void unsetLastPaypalCommand()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getOrderFromIpAddress

        public String getOrderFromIpAddress()
      • setOrderFromIpAddress

        public void setOrderFromIpAddress​(String orderFromIpAddress)
      • isOrderFromIpAddressSpecified

        public boolean isOrderFromIpAddressSpecified()
      • unsetOrderFromIpAddress

        public void unsetOrderFromIpAddress()
      • getOrderTotal

        public BigDecimal getOrderTotal()
      • setOrderTotal

        public void setOrderTotal​(BigDecimal orderTotal)
      • isOrderTotalSpecified

        public boolean isOrderTotalSpecified()
      • unsetOrderTotal

        public void unsetOrderTotal()
      • getPayer

        public String getPayer()
      • setPayer

        public void setPayer​(String payer)
      • isPayerSpecified

        public boolean isPayerSpecified()
      • unsetPayer

        public void unsetPayer()
      • getPayerBusiness

        public String getPayerBusiness()
      • setPayerBusiness

        public void setPayerBusiness​(String payerBusiness)
      • isPayerBusinessSpecified

        public boolean isPayerBusinessSpecified()
      • unsetPayerBusiness

        public void unsetPayerBusiness()
      • getPayerCountry

        public String getPayerCountry()
      • setPayerCountry

        public void setPayerCountry​(String payerCountry)
      • isPayerCountrySpecified

        public boolean isPayerCountrySpecified()
      • unsetPayerCountry

        public void unsetPayerCountry()
      • getPayerFirstName

        public String getPayerFirstName()
      • setPayerFirstName

        public void setPayerFirstName​(String payerFirstName)
      • isPayerFirstNameSpecified

        public boolean isPayerFirstNameSpecified()
      • unsetPayerFirstName

        public void unsetPayerFirstName()
      • getPayerId

        public String getPayerId()
      • setPayerId

        public void setPayerId​(String payerId)
      • isPayerIdSpecified

        public boolean isPayerIdSpecified()
      • unsetPayerId

        public void unsetPayerId()
      • getPayerLastName

        public String getPayerLastName()
      • setPayerLastName

        public void setPayerLastName​(String payerLastName)
      • isPayerLastNameSpecified

        public boolean isPayerLastNameSpecified()
      • unsetPayerLastName

        public void unsetPayerLastName()
      • getPayerStatus

        public String getPayerStatus()
      • setPayerStatus

        public void setPayerStatus​(String payerStatus)
      • isPayerStatusSpecified

        public boolean isPayerStatusSpecified()
      • unsetPayerStatus

        public void unsetPayerStatus()
      • isPaymentDateSpecified

        public boolean isPaymentDateSpecified()
      • unsetPaymentDate

        public void unsetPaymentDate()
      • getPaymentStatus

        public String getPaymentStatus()
      • setPaymentStatus

        public void setPaymentStatus​(String paymentStatus)
      • isPaymentStatusSpecified

        public boolean isPaymentStatusSpecified()
      • unsetPaymentStatus

        public void unsetPaymentStatus()
      • getPaymentType

        public String getPaymentType()
      • setPaymentType

        public void setPaymentType​(String paymentType)
      • isPaymentTypeSpecified

        public boolean isPaymentTypeSpecified()
      • unsetPaymentType

        public void unsetPaymentType()
      • getPendingReason

        public String getPendingReason()
      • setPendingReason

        public void setPendingReason​(String pendingReason)
      • isPendingReasonSpecified

        public boolean isPendingReasonSpecified()
      • unsetPendingReason

        public void unsetPendingReason()
      • getSerializedReply

        public String getSerializedReply()
      • setSerializedReply

        public void setSerializedReply​(String serializedReply)
      • isSerializedReplySpecified

        public boolean isSerializedReplySpecified()
      • unsetSerializedReply

        public void unsetSerializedReply()
      • getSerializedRequest

        public String getSerializedRequest()
      • setSerializedRequest

        public void setSerializedRequest​(String serializedRequest)
      • isSerializedRequestSpecified

        public boolean isSerializedRequestSpecified()
      • unsetSerializedRequest

        public void unsetSerializedRequest()
      • getSettleAmount

        public BigDecimal getSettleAmount()
      • setSettleAmount

        public void setSettleAmount​(BigDecimal settleAmount)
      • isSettleAmountSpecified

        public boolean isSettleAmountSpecified()
      • unsetSettleAmount

        public void unsetSettleAmount()
      • setTaxAmount

        public void setTaxAmount​(BigDecimal taxAmount)
      • isTaxAmountSpecified

        public boolean isTaxAmountSpecified()
      • unsetTaxAmount

        public void unsetTaxAmount()
      • getToken

        public String getToken()
      • setToken

        public void setToken​(String token)
      • isTokenSpecified

        public boolean isTokenSpecified()
      • unsetToken

        public void unsetToken()
      • getTransactionId

        public String getTransactionId()
      • setTransactionId

        public void setTransactionId​(String transactionId)
      • isTransactionIdSpecified

        public boolean isTransactionIdSpecified()
      • unsetTransactionId

        public void unsetTransactionId()
      • getTransactionType

        public String getTransactionType()
      • setTransactionType

        public void setTransactionType​(String transactionType)
      • isTransactionTypeSpecified

        public boolean isTransactionTypeSpecified()
      • unsetTransactionType

        public void unsetTransactionType()