com.stripe.model
Class Money

java.lang.Object
  extended by com.stripe.model.Money

public class Money
extends Object


Constructor Summary
Money()
           
 
Method Summary
 Integer getAmount()
           
 String getCurrency()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Money

public Money()
Method Detail

getAmount

public Integer getAmount()

getCurrency

public String getCurrency()


Copyright © 2014 Stripe. All rights reserved.