com.github.kevinstl.coinbase.java.domain.response
Class BuyResponse.Fees

java.lang.Object
  extended by com.github.kevinstl.coinbase.java.domain.response.BuyResponse.Fees
Enclosing class:
BuyResponse

public class BuyResponse.Fees
extends java.lang.Object


Constructor Summary
BuyResponse.Fees()
           
 
Method Summary
 Fee getBank()
           
 Fee getCoinbase()
           
 void setBank(Fee bank)
           
 void setCoinbase(Fee coinbase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyResponse.Fees

public BuyResponse.Fees()
Method Detail

getCoinbase

public Fee getCoinbase()

setCoinbase

public void setCoinbase(Fee coinbase)

getBank

public Fee getBank()

setBank

public void setBank(Fee bank)