Class HostedPaymentRequest


  • public final class HostedPaymentRequest
    extends java.lang.Object
    • Method Detail

      • getCurrency

        public Currency getCurrency()
      • getSuccessUrl

        public java.lang.String getSuccessUrl()
      • getCancelUrl

        public java.lang.String getCancelUrl()
      • getFailureUrl

        public java.lang.String getFailureUrl()
      • getAmount

        public java.lang.Long getAmount()
      • getPaymentIp

        public java.lang.String getPaymentIp()
      • getReference

        public java.lang.String getReference()
      • getDescription

        public java.lang.String getDescription()
      • getDisplayName

        public java.lang.String getDisplayName()
      • getProcessingChannelId

        public java.lang.String getProcessingChannelId()
      • getAmountAllocations

        public java.util.List<AmountAllocations> getAmountAllocations()
      • getAllowPaymentMethods

        public java.util.List<PaymentSourceType> getAllowPaymentMethods()
      • getDisabledPaymentMethods

        public java.util.List<PaymentSourceType> getDisabledPaymentMethods()
      • getProducts

        public java.util.List<Product> getProducts()
      • getSender

        public Sender getSender()
      • getMetadata

        public java.util.Map<java.lang.String,​java.lang.Object> getMetadata()
      • getCapture

        public java.lang.Boolean getCapture()
      • getCaptureOn

        public java.time.Instant getCaptureOn()
      • setCurrency

        public void setCurrency​(Currency currency)
      • setSuccessUrl

        public void setSuccessUrl​(java.lang.String successUrl)
      • setCancelUrl

        public void setCancelUrl​(java.lang.String cancelUrl)
      • setFailureUrl

        public void setFailureUrl​(java.lang.String failureUrl)
      • setAmount

        public void setAmount​(java.lang.Long amount)
      • setPaymentType

        public void setPaymentType​(PaymentType paymentType)
      • setPaymentIp

        public void setPaymentIp​(java.lang.String paymentIp)
      • setBillingDescriptor

        public void setBillingDescriptor​(BillingDescriptor billingDescriptor)
      • setReference

        public void setReference​(java.lang.String reference)
      • setDescription

        public void setDescription​(java.lang.String description)
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
      • setProcessingChannelId

        public void setProcessingChannelId​(java.lang.String processingChannelId)
      • setAmountAllocations

        public void setAmountAllocations​(java.util.List<AmountAllocations> amountAllocations)
      • setAllowPaymentMethods

        public void setAllowPaymentMethods​(java.util.List<PaymentSourceType> allowPaymentMethods)
      • setDisabledPaymentMethods

        public void setDisabledPaymentMethods​(java.util.List<PaymentSourceType> disabledPaymentMethods)
      • setProducts

        public void setProducts​(java.util.List<Product> products)
      • setSender

        public void setSender​(Sender sender)
      • setMetadata

        public void setMetadata​(java.util.Map<java.lang.String,​java.lang.Object> metadata)
      • setLocale

        public void setLocale​(LocaleType locale)
      • setCapture

        public void setCapture​(java.lang.Boolean capture)
      • setCaptureOn

        public void setCaptureOn​(java.time.Instant captureOn)
      • setPaymentMethodConfiguration

        public void setPaymentMethodConfiguration​(PaymentMethodConfiguration paymentMethodConfiguration)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object