public class CreateInvoiceRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
applicationFee |
protected String |
customer |
protected String |
description |
protected Map<String,Object> |
metadata |
protected String |
subscription |
| Constructor and Description |
|---|
CreateInvoiceRequest(String customer) |
| Modifier and Type | Method and Description |
|---|---|
CreateInvoiceRequest |
setApplicationFee(Integer applicationFee) |
CreateInvoiceRequest |
setDescription(String description) |
CreateInvoiceRequest |
setMetadata(Map<String,Object> metadata) |
CreateInvoiceRequest |
setSubscription(String subscription) |
dateToString, toRequest, toRequest, toRequestprotected String customer
protected Integer applicationFee
protected String description
protected String subscription
public CreateInvoiceRequest(String customer)
public CreateInvoiceRequest setApplicationFee(Integer applicationFee)
public CreateInvoiceRequest setDescription(String description)
public CreateInvoiceRequest setMetadata(Map<String,Object> metadata)
public CreateInvoiceRequest setSubscription(String subscription)
Copyright © 2014. All rights reserved.