View Source WeChat.InvoicingPlatform (wechat v0.18.0)

开票平台

官方文档

Summary

Functions

创建发票卡券模板 - 官方文档

查询已上传的PDF文件 - 官方文档

获取自身的开票平台识别码 - 官方文档

将电子发票卡券插入用户卡包 - 官方文档

更新发票卡券状态 - 官方文档

Functions

create_card(client, body)

@spec create_card(WeChat.client(), body :: map()) :: WeChat.response()

创建发票卡券模板 - 官方文档

decrypt_code(client, encrypt_code)

See WeChat.Card.decrypt_code/2.

get_pdf(client, body)

@spec get_pdf(WeChat.client(), body :: map()) :: WeChat.response()

查询已上传的PDF文件 - 官方文档

get_url(client)

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

获取自身的开票平台识别码 - 官方文档

insert(client, body)

@spec insert(WeChat.client(), body :: map()) :: WeChat.response()

将电子发票卡券插入用户卡包 - 官方文档

set_pdf(client, body)

@spec set_pdf(WeChat.client(), body :: map()) :: WeChat.response()

上传PDF - 官方文档

update_status(client, body)

@spec update_status(WeChat.client(), body :: map()) :: WeChat.response()

更新发票卡券状态 - 官方文档