public final class SourceReceiverFlow extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
SourceReceiverFlow() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
Long |
getAmountCharged() |
Long |
getAmountReceived() |
Long |
getAmountReturned() |
String |
getRefundAttributesMethod() |
String |
getRefundAttributesStatus() |
void |
setAddress(String address) |
void |
setAmountCharged(Long amountCharged) |
void |
setAmountReceived(Long amountReceived) |
void |
setAmountReturned(Long amountReturned) |
void |
setRefundAttributesMethod(String refundAttributesMethod) |
void |
setRefundAttributesStatus(String refundAttributesStatus) |
equals, toJson, toString
public String getRefundAttributesStatus()
public void setRefundAttributesStatus(String refundAttributesStatus)
public String getRefundAttributesMethod()
public void setRefundAttributesMethod(String refundAttributesMethod)
public Long getAmountReceived()
public void setAmountReceived(Long amountReceived)
public Long getAmountReturned()
public void setAmountReturned(Long amountReturned)
public Long getAmountCharged()
public void setAmountCharged(Long amountCharged)
public String getAddress()
public void setAddress(String address)
Copyright © 2017 Stripe. All rights reserved.