Class CreateRedInvoiceV2Request

    • Constructor Detail

      • CreateRedInvoiceV2Request

        public CreateRedInvoiceV2Request()
      • CreateRedInvoiceV2Request

        public CreateRedInvoiceV2Request​(CreateRedInvoiceV2Request source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getInvoicePlatformId

        public Long getInvoicePlatformId()
        Get 开票平台ID 0 : 高灯 1 : 票易通
        Returns:
        InvoicePlatformId 开票平台ID 0 : 高灯 1 : 票易通
      • setInvoicePlatformId

        public void setInvoicePlatformId​(Long InvoicePlatformId)
        Set 开票平台ID 0 : 高灯 1 : 票易通
        Parameters:
        InvoicePlatformId - 开票平台ID 0 : 高灯 1 : 票易通
      • getOrderId

        public String getOrderId()
        Get 订单号
        Returns:
        OrderId 订单号
      • setOrderId

        public void setOrderId​(String OrderId)
        Set 订单号
        Parameters:
        OrderId - 订单号
      • getProfile

        public String getProfile()
        Get 接入环境。沙箱环境填 sandbox。
        Returns:
        Profile 接入环境。沙箱环境填 sandbox。
      • setProfile

        public void setProfile​(String Profile)
        Set 接入环境。沙箱环境填 sandbox。
        Parameters:
        Profile - 接入环境。沙箱环境填 sandbox。
      • getInvoiceChannel

        public Long getInvoiceChannel()
        Get 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道
        Returns:
        InvoiceChannel 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道
      • setInvoiceChannel

        public void setInvoiceChannel​(Long InvoiceChannel)
        Set 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道
        Parameters:
        InvoiceChannel - 开票渠道。0:线上渠道,1:线下渠道。不填默认为线上渠道