PHP Class PayPal\CoreComponentTypes\BasicAmountType

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

Public Properties

Property Type Description
$currencyID string
$value string

Public Methods

Method Description
__construct ( $currencyID = null, $value = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $currencyID = null, $value = null )

Property Details

$currencyID public property

public string $currencyID
return string

$value public property

public string $value
return string