Current section

Files

Jump to
telega include telega@model@types_SuccessfulPayment.hrl
Raw

include/telega@model@types_SuccessfulPayment.hrl

-record(successful_payment, {
currency :: binary(),
total_amount :: integer(),
invoice_payload :: binary(),
subscription_expiration_date :: gleam@option:option(integer()),
is_recurring :: gleam@option:option(boolean()),
is_first_recurring :: gleam@option:option(boolean()),
shipping_option_id :: gleam@option:option(binary()),
order_info :: gleam@option:option(telega@model@types:order_info()),
telegram_payment_charge_id :: binary(),
provider_payment_charge_id :: binary()
}).