Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1013 Bytes

PresignResponseTypedData.md

File metadata and controls

17 lines (12 loc) · 1013 Bytes

PresignResponseTypedData

Properties

Name Type Description Notes
domain models::PresignDomain
message models::PresignMessage
total_amount models::FiatMoneyUsd
fee_charge_model String Who pays for network fee. Can only be endUser or merchant. If it's the endUser, totalAmount includes the network fee and networkFeeQuote isn't null; If it's the merchant, totalAmount doesn't include network fee and networkFeeQuote is null.
network_fee_quote Option<models::NetworkFeeQuote> [optional]
types models::PresignMessageTypes
primary_type String Type of the message

[Back to Model list] [Back to API list] [Back to README]