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 |
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 |
setType(String type) |
equals, toStringpublic void setId(String id)
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 © 2016 Stripe. All rights reserved.