PHP Class PayPal\EBLBaseComponents\MerchantStoreDetailsType

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

Public Properties

Property Type Description
$StoreID string Store IDOptional Character length and limits: 50 single-byte characters
$TerminalID string Terminal IDOptional Character length and limits: 50 single-byte characters

Public Methods

Method Description
__construct ( $StoreID = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $StoreID = null )

Property Details

$StoreID public property

Store IDOptional Character length and limits: 50 single-byte characters
public string $StoreID
return string

$TerminalID public property

Terminal IDOptional Character length and limits: 50 single-byte characters
public string $TerminalID
return string