AppStore.API.ConsumptionInformation (App Store v0.4.0)
View SourceThe module for Consumption Information
Summary
Functions
Send consumption information about a consumable in-app purchase to the App Store, after your server receives a consumption request notification.
Types
@type original_transaction_id() :: String.t()
Functions
@spec send_consumption_information( AppStore.API.Config.t(), String.t(), original_transaction_id(), map() ) :: {:error, AppStore.API.Error.t()} | {:ok, AppStore.API.Response.t()}
Send consumption information about a consumable in-app purchase to the App Store, after your server receives a consumption request notification.
Official documentation: https://developer.apple.com/documentation/appstoreserverapi/send_consumption_information