View Source WeChat.EInvoice (wechat v0.16.0)

电子发票

官方文档

Summary

Functions

查询授权完成状态 - 官方文档

查询授权页字段信息 - 官方文档

获取授权页链接 - 官方文档

查询商户联系方式 - 官方文档

查询商户号与开票平台关联情况 - 官方文档

设置授权页字段信息 - 官方文档

设置商户联系方式 - 官方文档

关联商户号与开票平台 - 官方文档

Functions

Link to this function

get_auth_data(client, body)

View Source
@spec get_auth_data(WeChat.client(), body :: map()) :: WeChat.response()

查询授权完成状态 - 官方文档

@spec get_auth_field(WeChat.client()) :: WeChat.response()

查询授权页字段信息 - 官方文档

Link to this function

get_auth_url(client, body)

View Source
@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()

查询商户号与开票平台关联情况 - 官方文档

Link to this function

reject_insert(client, body)

View Source
@spec reject_insert(WeChat.client(), body :: map()) :: WeChat.response()

拒绝开票 - 官方文档

Link to this function

set_auth_field(client, body)

View Source
@spec set_auth_field(WeChat.client(), body :: map()) :: WeChat.response()

设置授权页字段信息 - 官方文档

Link to this function

set_contact(client, body)

View Source
@spec set_contact(WeChat.client(), body :: map()) :: WeChat.response()

设置商户联系方式 - 官方文档

Link to this function

set_pay_mch(client, body)

View Source
@spec set_pay_mch(WeChat.client(), body :: map()) :: WeChat.response()

关联商户号与开票平台 - 官方文档