PHP Class mapdev\FacebookMessenger\Components\ReceiptSummary

Inheritance: implements JsonSerializable
Datei anzeigen Open project: davidpiesse/facebook_messenger_php

Public Properties

Property Type Description
$shipping_cost
$subtotal
$total_cost
$total_tax

Public Methods

Method Description
__construct ( )
create ( )
jsonSerialize ( )
shipping_cost ( $shipping_cost )
subtotal ( $subtotal )
toArray ( )
total_cost ( $total_cost )
total_tax ( $total_tax )

Method Details

__construct() public method

public __construct ( )

create() public static method

public static create ( )

jsonSerialize() public method

public jsonSerialize ( )

shipping_cost() public method

public shipping_cost ( $shipping_cost )

subtotal() public method

public subtotal ( $subtotal )

toArray() public method

public toArray ( )

total_cost() public method

public total_cost ( $total_cost )

total_tax() public method

public total_tax ( $total_tax )

Property Details

$shipping_cost public_oe property

public $shipping_cost

$subtotal public_oe property

public $subtotal

$total_cost public_oe property

public $total_cost

$total_tax public_oe property

public $total_tax