Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TotalSegmentInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Quote\Api\Data;
7 
14 {
18  const CODE = 'code';
19  const TITLE = 'title';
20  const VALUE = 'value';
21  const AREA = 'area';
29  public function getCode();
30 
37  public function setCode($code);
38 
44  public function getTitle();
45 
52  public function setTitle($title = null);
53 
59  public function getValue();
60 
67  public function setValue($value);
68 
74  public function getArea();
75 
82  public function setArea($area = null);
83 
89  public function getExtensionAttributes();
90 
97  public function setExtensionAttributes(
98  \Magento\Quote\Api\Data\TotalSegmentExtensionInterface $extensionAttributes
99  );
100 }
$title
Definition: default.phtml:14
setExtensionAttributes(\Magento\Quote\Api\Data\TotalSegmentExtensionInterface $extensionAttributes)
$value
Definition: gender.phtml:16
$extensionAttributes
Definition: payment.php:22
$code
Definition: info.phtml:12