PHP Class PayPal\EBLBaseComponents\DoNonReferencedCreditRequestDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$Amount PayPal\CoreComponentTypes\BasicAmountType
$Comment string
$CreditCard CreditCardDetailsType
$NetAmount PayPal\CoreComponentTypes\BasicAmountType
$ReceiverEmail string
$ShippingAmount PayPal\CoreComponentTypes\BasicAmountType
$TaxAmount PayPal\CoreComponentTypes\BasicAmountType

Property Details

$Amount public property

public BasicAmountType,PayPal\CoreComponentTypes $Amount
return PayPal\CoreComponentTypes\BasicAmountType

$Comment public property

public string $Comment
return string

$CreditCard public property

public CreditCardDetailsType,PayPal\EBLBaseComponents $CreditCard
return CreditCardDetailsType

$NetAmount public property

public BasicAmountType,PayPal\CoreComponentTypes $NetAmount
return PayPal\CoreComponentTypes\BasicAmountType

$ReceiverEmail public property

public string $ReceiverEmail
return string

$ShippingAmount public property

public BasicAmountType,PayPal\CoreComponentTypes $ShippingAmount
return PayPal\CoreComponentTypes\BasicAmountType

$TaxAmount public property

public BasicAmountType,PayPal\CoreComponentTypes $TaxAmount
return PayPal\CoreComponentTypes\BasicAmountType