Class UpiDetails

    • Constructor Detail

      • UpiDetails

        public UpiDetails()
    • Method Detail

      • shopperNotificationReference

        public UpiDetails 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 UpiDetails 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)
      • getSubscriptionDetails

        public SubscriptionDetails getSubscriptionDetails()
        Get subscriptionDetails
        Returns:
        subscriptionDetails
      • setSubscriptionDetails

        public void setSubscriptionDetails​(SubscriptionDetails subscriptionDetails)
      • virtualPaymentAddress

        public UpiDetails 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