Class UpiCollectDetails

    • Constructor Detail

      • UpiCollectDetails

        public UpiCollectDetails()
    • Method Detail

      • getBillingSequenceNumber

        public String getBillingSequenceNumber()
        The sequence number for the debit. For example, send **2** if this is the second debit for the subscription. The sequence number is included in the notification sent to the shopper.
        Returns:
        billingSequenceNumber
      • setBillingSequenceNumber

        public void setBillingSequenceNumber​(String billingSequenceNumber)
      • getRecurringDetailReference

        public String getRecurringDetailReference()
        This is the `recurringDetailReference` returned in the response when you created the token.
        Returns:
        recurringDetailReference
      • setRecurringDetailReference

        public void setRecurringDetailReference​(String recurringDetailReference)
      • recurringDetailReference

        public UpiCollectDetails recurringDetailReference​(String recurringDetailReference)
      • getShopperNotificationReference

        public String getShopperNotificationReference()
        The `shopperNotificationReference` returned in the response when you requested to notify the shopper. Used for recurring payment only.
        Returns:
        shopperNotificationReference
      • setShopperNotificationReference

        public void setShopperNotificationReference​(String shopperNotificationReference)
      • shopperNotificationReference

        public UpiCollectDetails shopperNotificationReference​(String shopperNotificationReference)
      • getStoredPaymentMethodId

        public String getStoredPaymentMethodId()
        This is the `recurringDetailReference` returned in the response when you created the token.
        Returns:
        storedPaymentMethodId
      • setStoredPaymentMethodId

        public void setStoredPaymentMethodId​(String storedPaymentMethodId)
      • getVirtualPaymentAddress

        public String getVirtualPaymentAddress()
        The virtual payment address for UPI.
        Returns:
        virtualPaymentAddress
      • setVirtualPaymentAddress

        public void setVirtualPaymentAddress​(String virtualPaymentAddress)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object