Last active
September 6, 2021 13:49
-
-
Save yzhong52/a9625fd2fb498b271c98842e2f5a95ab to your computer and use it in GitHub Desktop.
Sublime Text Plugin - PurchaseRequest Formatted
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PurchaseRequest( | |
itemId: 375, | |
name: "Spook", | |
price: Amount( | |
value: 100, | |
currency: 'USD' | |
), | |
insurancePolicies=[ | |
20931, | |
12035 | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment