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