Telegraph.Model.SuccessfulPayment (telegraph v0.8.3) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %Telegraph.Model.SuccessfulPayment{
currency: binary(),
invoice_payload: binary(),
order_info: Telegraph.Model.OrderInfo.t(),
provider_payment_charge_id: binary(),
shipping_option_id: binary(),
telegram_payment_charge_id: binary(),
total_amount: non_neg_integer()
}