Class MerchantOrderPayment


  • public class MerchantOrderPayment
    extends Object
    Payment information.
    • Constructor Detail

      • MerchantOrderPayment

        public MerchantOrderPayment()
    • Method Detail

      • getId

        public Long getId()
        Payment ID.
      • getTransactionAmount

        public BigDecimal getTransactionAmount()
        Product cost.
      • getTotalPaidAmount

        public BigDecimal getTotalPaidAmount()
        Total amount paid.
      • getShippingCost

        public BigDecimal getShippingCost()
        Shipping fee.
      • getCurrencyId

        public String getCurrencyId()
        ID of the currency used in payment.
      • getStatus

        public String getStatus()
        Payment status.
      • getStatusDetails

        public String getStatusDetails()
        Gives more detailed information on the current state or rejection cause.
      • getOperationType

        public String getOperationType()
        Operation type.
      • getDateApproved

        public OffsetDateTime getDateApproved()
        Approval date.
      • getDateCreated

        public OffsetDateTime getDateCreated()
        Date of creation.
      • getLastModified

        public OffsetDateTime getLastModified()
        Last modified date.
      • getAmountRefunded

        public BigDecimal getAmountRefunded()
        Amount refunded in this payment.