PHP 클래스 PayPal\EBLBaseComponents\DiscountType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$Amount PayPal\CoreComponentTypes\BasicAmountType amount discountedOptional
$Description string description of the discountOptional Character length and limits: 127 single-byte characters
$Name string Item nameOptional Character length and limits: 127 single-byte characters
$RedeemedOfferID string offer IDOptional Character length and limits: 64 single-byte characters
$RedeemedOfferType string offer typeOptional

공개 메소드들

메소드 설명
__construct ( $Amount = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $Amount = null )

프로퍼티 상세

$Amount 공개적으로 프로퍼티

amount discountedOptional
public BasicAmountType,PayPal\CoreComponentTypes $Amount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$Description 공개적으로 프로퍼티

description of the discountOptional Character length and limits: 127 single-byte characters
public string $Description
리턴 string

$Name 공개적으로 프로퍼티

Item nameOptional Character length and limits: 127 single-byte characters
public string $Name
리턴 string

$RedeemedOfferID 공개적으로 프로퍼티

offer IDOptional Character length and limits: 64 single-byte characters
public string $RedeemedOfferID
리턴 string

$RedeemedOfferType 공개적으로 프로퍼티

offer typeOptional
public string $RedeemedOfferType
리턴 string