PHP Class mapdev\FacebookMessenger\Components\ReceiptSummary

Inheritance: implements JsonSerializable
Afficher le fichier Open project: davidpiesse/facebook_messenger_php

Méthodes publiques

Свойство Type Description
$shipping_cost
$subtotal
$total_cost
$total_tax

Méthodes publiques

Méthode Description
__construct ( )
create ( )
jsonSerialize ( )
shipping_cost ( $shipping_cost )
subtotal ( $subtotal )
toArray ( )
total_cost ( $total_cost )
total_tax ( $total_tax )

Method Details

__construct() public méthode

public __construct ( )

create() public static méthode

public static create ( )

jsonSerialize() public méthode

public jsonSerialize ( )

shipping_cost() public méthode

public shipping_cost ( $shipping_cost )

subtotal() public méthode

public subtotal ( $subtotal )

toArray() public méthode

public toArray ( )

total_cost() public méthode

public total_cost ( $total_cost )

total_tax() public méthode

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