Interface QuestionOptions.PromotionOptions.AddToWalletOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCoupon()
      string coupon = 1 [json_name = "coupon"];
      java.lang.String getCouponBarcodeUrl()
      url to navigate from barcode
      com.google.protobuf.ByteString getCouponBarcodeUrlBytes()
      url to navigate from barcode
      com.google.protobuf.ByteString getCouponBytes()
      string coupon = 1 [json_name = "coupon"];
      java.lang.String getCouponZip()
      save coupon from loaded from constructor url
      com.google.protobuf.ByteString getCouponZipBytes()
      save coupon from loaded from constructor url
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCoupon

        java.lang.String getCoupon()
        string coupon = 1 [json_name = "coupon"];
        Returns:
        The coupon.
      • getCouponBytes

        com.google.protobuf.ByteString getCouponBytes()
        string coupon = 1 [json_name = "coupon"];
        Returns:
        The bytes for coupon.
      • getCouponZip

        java.lang.String getCouponZip()
         save coupon from loaded from constructor url
         
        string coupon_zip = 2 [json_name = "couponZip"];
        Returns:
        The couponZip.
      • getCouponZipBytes

        com.google.protobuf.ByteString getCouponZipBytes()
         save coupon from loaded from constructor url
         
        string coupon_zip = 2 [json_name = "couponZip"];
        Returns:
        The bytes for couponZip.
      • getCouponBarcodeUrl

        java.lang.String getCouponBarcodeUrl()
         url to navigate from barcode
         
        string coupon_barcode_url = 3 [json_name = "couponBarcodeUrl"];
        Returns:
        The couponBarcodeUrl.
      • getCouponBarcodeUrlBytes

        com.google.protobuf.ByteString getCouponBarcodeUrlBytes()
         url to navigate from barcode
         
        string coupon_barcode_url = 3 [json_name = "couponBarcodeUrl"];
        Returns:
        The bytes for couponBarcodeUrl.