PHP Class mapdev\FacebookMessenger\Components\ReceiptAdjustment

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

Méthodes publiques

Свойство Type Description
$amount
$name

Méthodes publiques

Méthode Description
__construct ( )
amount ( $amount )
create ( )
jsonSerialize ( )
name ( $name )
toArray ( )

Method Details

__construct() public méthode

public __construct ( )

amount() public méthode

public amount ( $amount )

create() public static méthode

public static create ( )

jsonSerialize() public méthode

public jsonSerialize ( )

name() public méthode

public name ( $name )

toArray() public méthode

public toArray ( )

Property Details

$amount public_oe property

public $amount

$name public_oe property

public $name