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 moved to your balance.
|
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 moved to your balance.
|
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, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getAddress()
public java.lang.Long getAmountCharged()
public java.lang.Long getAmountReceived()
amount_received = amount_returned +
amount_charged should be true for consumed sources unless customers deposit excess funds.
The amount received is expressed in the source's currency.public java.lang.Long getAmountReturned()
public java.lang.String getRefundAttributesMethod()
email, manual, or none.public java.lang.String getRefundAttributesStatus()
missing, requested, or available.public void setAddress(java.lang.String address)
public void setAmountCharged(java.lang.Long amountCharged)
public void setAmountReceived(java.lang.Long amountReceived)
amount_received = amount_returned +
amount_charged should be true for consumed sources unless customers deposit excess funds.
The amount received is expressed in the source's currency.public void setAmountReturned(java.lang.Long amountReturned)
public void setRefundAttributesMethod(java.lang.String refundAttributesMethod)
email, manual, or none.public void setRefundAttributesStatus(java.lang.String refundAttributesStatus)
missing, requested, or available.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object