Class PayUUpiDetails

    • Constructor Detail

      • PayUUpiDetails

        public PayUUpiDetails()
    • Method Detail

      • recurringDetailReference

        public PayUUpiDetails recurringDetailReference​(String recurringDetailReference)
      • 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)
      • shopperNotificationReference

        public PayUUpiDetails shopperNotificationReference​(String shopperNotificationReference)
      • 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)
      • storedPaymentMethodId

        public PayUUpiDetails storedPaymentMethodId​(String storedPaymentMethodId)
      • 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)
      • virtualPaymentAddress

        public PayUUpiDetails virtualPaymentAddress​(String virtualPaymentAddress)
      • 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