PHP 클래스 mapdev\FacebookMessenger\Components\ReceiptSummary

상속: implements JsonSerializable
파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

공개 프로퍼티들

프로퍼티 타입 설명
$shipping_cost
$subtotal
$total_cost
$total_tax

공개 메소드들

메소드 설명
__construct ( )
create ( )
jsonSerialize ( )
shipping_cost ( $shipping_cost )
subtotal ( $subtotal )
toArray ( )
total_cost ( $total_cost )
total_tax ( $total_tax )

메소드 상세

__construct() 공개 메소드

public __construct ( )

create() 공개 정적인 메소드

public static create ( )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

shipping_cost() 공개 메소드

public shipping_cost ( $shipping_cost )

subtotal() 공개 메소드

public subtotal ( $subtotal )

toArray() 공개 메소드

public toArray ( )

total_cost() 공개 메소드

public total_cost ( $total_cost )

total_tax() 공개 메소드

public total_tax ( $total_tax )

프로퍼티 상세

$shipping_cost 공개적으로 프로퍼티

public $shipping_cost

$subtotal 공개적으로 프로퍼티

public $subtotal

$total_cost 공개적으로 프로퍼티

public $total_cost

$total_tax 공개적으로 프로퍼티

public $total_tax