Class PaymentMethod


  • public class PaymentMethod
    extends MPResource
    Payment Method resource.
    • Constructor Detail

      • PaymentMethod

        public PaymentMethod()
    • Method Detail

      • getId

        public String getId()
        Payment method ID.
      • getName

        public String getName()
        Payment method name.
      • getPaymentTypeId

        public String getPaymentTypeId()
        Types of payment method.
      • getStatus

        public String getStatus()
        Payment method status.
      • getSecureThumbnail

        public String getSecureThumbnail()
        Logo to display in secure sites.
      • getThumbnail

        public String getThumbnail()
        Logo to show.
      • getDeferredCapture

        public String getDeferredCapture()
        Whether the capture can be delayed or not.
      • getAdditionalInfoNeeded

        public List<String> getAdditionalInfoNeeded()
        List of additional information that must be supplied by the payer.
      • getMinAllowedAmount

        public BigDecimal getMinAllowedAmount()
        Minimum amount that can be processed with this payment method.
      • getMaxAllowedAmount

        public BigDecimal getMaxAllowedAmount()
        Maximum amount that can be processed with this payment method.
      • getAccreditationTime

        public Long getAccreditationTime()
        How many time in minutes could happen until processing of the payment.
      • getProcessingModes

        public List<String> getProcessingModes()
        Processing modes.