Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 516 Bytes

allocation-preview-response.md

File metadata and controls

27 lines (19 loc) · 516 Bytes

Allocation Preview Response

Structure

AllocationPreviewResponse

Fields

Name Type Tags Description
AllocationPreview models.AllocationPreview Required -

Example (as JSON)

{
  "allocation_preview": {
    "start_date": "2016-03-13T12:52:32.123Z",
    "end_date": "2016-03-13T12:52:32.123Z",
    "subtotal_in_cents": 240,
    "total_tax_in_cents": 108,
    "total_discount_in_cents": 142
  }
}