Back to project page android-api.
The source code is released under:
Apache License
If you think the Android project android-api listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
// Copyright 2010 Square, Inc. package com.squareup.android; // w w w .j a va2 s .c om /** * Currency types supported by this API. * * @author Bob Lee (bob@squareup.com) */ public enum Currency { /** United States dollar; use cents to specify an amount. */ USD }