Class PaymentLinkRequest


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

      • getAmount

        public java.lang.Long getAmount()
      • getCurrency

        public Currency getCurrency()
      • 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()
      • getExpiresIn

        public java.lang.Integer getExpiresIn()
      • getAllowPaymentMethods

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

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

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

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

        public java.lang.String getReturnUrl()
      • isCapture

        public boolean isCapture()
      • getCaptureOn

        public java.time.Instant getCaptureOn()
      • setAmount

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

        public void setCurrency​(Currency currency)
      • 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)
      • setExpiresIn

        public void setExpiresIn​(java.lang.Integer expiresIn)
      • 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)
      • setMetadata

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

        public void setReturnUrl​(java.lang.String returnUrl)
      • setLocale

        public void setLocale​(LocaleType locale)
      • setCapture

        public void setCapture​(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