public static class Charge.PaymentMethodDetails.Bitcoin extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Bitcoin() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAddress() |
java.lang.Long |
getAmount() |
java.lang.Long |
getAmountCharged() |
java.lang.Long |
getAmountReceived() |
java.lang.Long |
getAmountReturned() |
java.lang.String |
getRefundAddress() |
int |
hashCode() |
void |
setAddress(java.lang.String address) |
void |
setAmount(java.lang.Long amount) |
void |
setAmountCharged(java.lang.Long amountCharged) |
void |
setAmountReceived(java.lang.Long amountReceived) |
void |
setAmountReturned(java.lang.Long amountReturned) |
void |
setRefundAddress(java.lang.String refundAddress) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getAddress()
public java.lang.Long getAmount()
public java.lang.Long getAmountCharged()
public java.lang.Long getAmountReceived()
public java.lang.Long getAmountReturned()
public java.lang.String getRefundAddress()
public void setAddress(java.lang.String address)
public void setAmount(java.lang.Long amount)
public void setAmountCharged(java.lang.Long amountCharged)
public void setAmountReceived(java.lang.Long amountReceived)
public void setAmountReturned(java.lang.Long amountReturned)
public void setRefundAddress(java.lang.String refundAddress)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object