whitemarket Документація для партнерів

Money

type Money {
	# Decimal value
	value: String! 	# 42.42
	# Currency
	currency: Currency! 	# USD
}