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

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

public class BuyResponse.Transfer
extends java.lang.Object


Constructor Summary
BuyResponse.Transfer()
           
 
Method Summary
 Amount getBtc()
           
 java.lang.String getCode()
           
 java.lang.String getCreatedAt()
           
 BuyResponse.Fees getFees()
           
 java.lang.String getPayoutDate()
           
 java.lang.String getStatus()
           
 Amount getSubtotal()
           
 Amount getTotal()
           
 java.lang.String getType()
           
 void setBtc(Amount btc)
           
 void setCode(java.lang.String code)
           
 void setCreatedAt(java.lang.String createdAt)
           
 void setFees(BuyResponse.Fees fees)
           
 void setPayoutDate(java.lang.String payoutDate)
           
 void setStatus(java.lang.String status)
           
 void setSubtotal(Amount subtotal)
           
 void setTotal(Amount total)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyResponse.Transfer

public BuyResponse.Transfer()
Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getCreatedAt

public java.lang.String getCreatedAt()

setCreatedAt

public void setCreatedAt(java.lang.String createdAt)

getFees

public BuyResponse.Fees getFees()

setFees

public void setFees(BuyResponse.Fees fees)

getStatus

public java.lang.String getStatus()

setStatus

public void setStatus(java.lang.String status)

getPayoutDate

public java.lang.String getPayoutDate()

setPayoutDate

public void setPayoutDate(java.lang.String payoutDate)

getBtc

public Amount getBtc()

setBtc

public void setBtc(Amount btc)

getSubtotal

public Amount getSubtotal()

setSubtotal

public void setSubtotal(Amount subtotal)

getTotal

public Amount getTotal()

setTotal

public void setTotal(Amount total)