public class TransferTransaction extends StripeObject implements HasId
PRETTY_PRINT_GSON| Constructor and Description |
|---|
TransferTransaction() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount() |
Long |
getCreated() |
String |
getDescription() |
Long |
getFee() |
String |
getId() |
Long |
getNet() |
String |
getObject() |
String |
getType() |
void |
setAmount(Long amount) |
void |
setCreated(Long created) |
void |
setDescription(String description) |
void |
setFee(Long fee) |
void |
setId(String id) |
void |
setNet(Long net) |
void |
setObject(String object) |
void |
setType(String type) |
equals, toJson, toStringpublic void setId(String id)
public String getObject()
public void setObject(String object)
public Long getAmount()
public void setAmount(Long amount)
public Long getNet()
public void setNet(Long net)
public String getType()
public void setType(String type)
public Long getCreated()
public void setCreated(Long created)
public String getDescription()
public void setDescription(String description)
public Long getFee()
public void setFee(Long fee)
Copyright © 2017 Stripe. All rights reserved.