Attribute type
currency
Use it for
Money amounts such as deal value, budget, ARR, or contract size.Request value
Send{ "amount": number, "currencyCode": "USD" } using an ISO currency code.
Returned shape
Returns{ "amount", "currencyCode" }.
Use currency attributes in the Breakcold API.
currency
{ "amount": number, "currencyCode": "USD" } using an ISO currency code.
{ "amount", "currencyCode" }.