public abstract class AbstractCustomerRequest<T extends AbstractCustomerRequest> extends Request
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
accountBalance |
protected Object |
card |
protected String |
coupon |
protected String |
description |
protected String |
email |
protected Map<String,Object> |
metadata |
| Constructor and Description |
|---|
AbstractCustomerRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAccountBalance() |
Object |
getCard() |
String |
getCoupon() |
String |
getDescription() |
String |
getEmail() |
Map<String,Object> |
getMetadata() |
T |
setAccountBalance(Integer accountBalance) |
T |
setCard(Object card) |
T |
setCoupon(String coupon) |
T |
setDescription(String description) |
T |
setEmail(String email) |
T |
setMetadata(Map<String,Object> metadata) |
dateToString, toRequest, toRequest, toRequestprotected Integer accountBalance
protected Object card
protected String coupon
protected String description
protected String email
Copyright © 2014. All rights reserved.