View Source WeChat.InvoicingPlatform (wechat v0.16.0)

开票平台

官方文档

Summary

Functions

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

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

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

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

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

Functions

Link to this function

create_card(client, body)

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

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

Link to this function

decrypt_code(client, encrypt_code)

View Source

See WeChat.Card.decrypt_code/2.

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

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

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

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

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

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

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

上传PDF - 官方文档

Link to this function

update_status(client, body)

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

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