public static class Source.ReceiverFlow extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
ReceiverFlow() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAddress()
The address of the receiver source.
|
java.lang.Long |
getAmountCharged()
The total amount that was charged by you.
|
java.lang.Long |
getAmountReceived()
The total amount received by the receiver source.
|
java.lang.Long |
getAmountReturned()
The total amount that was returned to the customer.
|
java.lang.String |
getRefundAttributesMethod()
Type of refund attribute method, one of `email`, `manual`, or `none`.
|
java.lang.String |
getRefundAttributesStatus()
Type of refund attribute status, one of `missing`, `requested`, or `available`.
|
int |
hashCode() |
void |
setAddress(java.lang.String address)
The address of the receiver source.
|
void |
setAmountCharged(java.lang.Long amountCharged)
The total amount that was charged by you.
|
void |
setAmountReceived(java.lang.Long amountReceived)
The total amount received by the receiver source.
|
void |
setAmountReturned(java.lang.Long amountReturned)
The total amount that was returned to the customer.
|
void |
setRefundAttributesMethod(java.lang.String refundAttributesMethod)
Type of refund attribute method, one of `email`, `manual`, or `none`.
|
void |
setRefundAttributesStatus(java.lang.String refundAttributesStatus)
Type of refund attribute status, one of `missing`, `requested`, or `available`.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.String getAddress()
public java.lang.Long getAmountCharged()
public java.lang.Long getAmountReceived()
public java.lang.Long getAmountReturned()
public java.lang.String getRefundAttributesMethod()
public java.lang.String getRefundAttributesStatus()
public void setAddress(java.lang.String address)
public void setAmountCharged(java.lang.Long amountCharged)
public void setAmountReceived(java.lang.Long amountReceived)
public void setAmountReturned(java.lang.Long amountReturned)
public void setRefundAttributesMethod(java.lang.String refundAttributesMethod)
public void setRefundAttributesStatus(java.lang.String refundAttributesStatus)
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