View Source WeChat.EInvoice (wechat v0.16.0)
电子发票
Summary
Functions
@spec get_auth_data(WeChat.client(), body :: map()) :: WeChat.response()
查询授权完成状态 - 官方文档
@spec get_auth_field(WeChat.client()) :: WeChat.response()
查询授权页字段信息 - 官方文档
@spec get_auth_url(WeChat.client(), body :: map()) :: WeChat.response()
获取授权页链接 - 官方文档
@spec get_contact(WeChat.client()) :: WeChat.response()
查询商户联系方式 - 官方文档
@spec get_pay_mch(WeChat.client()) :: WeChat.response()
查询商户号与开票平台关联情况 - 官方文档
@spec reject_insert(WeChat.client(), body :: map()) :: WeChat.response()
拒绝开票 - 官方文档
@spec set_auth_field(WeChat.client(), body :: map()) :: WeChat.response()
设置授权页字段信息 - 官方文档
@spec set_contact(WeChat.client(), body :: map()) :: WeChat.response()
设置商户联系方式 - 官方文档
@spec set_pay_mch(WeChat.client(), body :: map()) :: WeChat.response()
关联商户号与开票平台 - 官方文档