com.github.kevinstl.coinbase.java.domain.response
Class Fee

java.lang.Object
  extended by com.github.kevinstl.coinbase.java.domain.response.Fee

public class Fee
extends java.lang.Object


Constructor Summary
Fee()
           
 
Method Summary
 java.lang.Integer getCents()
           
 java.lang.String getCurrencyIso()
           
 void setCents(java.lang.Integer cents)
           
 void setCurrencyIso(java.lang.String currencyIso)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fee

public Fee()
Method Detail

getCents

public java.lang.Integer getCents()

setCents

public void setCents(java.lang.Integer cents)

getCurrencyIso

public java.lang.String getCurrencyIso()

setCurrencyIso

public void setCurrencyIso(java.lang.String currencyIso)