PHP 클래스 pimax\Messages\MessageReceiptElement

상속: extends MessageElement
파일 보기 프로젝트 열기: pimax/fb-messenger-php

보호된 프로퍼티들

프로퍼티 타입 설명
$currency string
$price integer
$quantity integer

공개 메소드들

메소드 설명
__construct ( string $title, string $subtitle, string $image_url = '', integer $quantity = 1, integer $price, string $currency = "USD" ) MessageReceiptElement constructor.
getData ( ) : array

메소드 상세

__construct() 공개 메소드

MessageReceiptElement constructor.
public __construct ( string $title, string $subtitle, string $image_url = '', integer $quantity = 1, integer $price, string $currency = "USD" )
$title string
$subtitle string
$image_url string
$quantity integer
$price integer
$currency string

getData() 공개 메소드

public getData ( ) : array
리턴 array

프로퍼티 상세

$currency 보호되어 있는 프로퍼티

protected string $currency
리턴 string

$price 보호되어 있는 프로퍼티

protected int $price
리턴 integer

$quantity 보호되어 있는 프로퍼티

protected int $quantity
리턴 integer