PHP Class PayPal\EBLBaseComponents\MerchantPullInfoType

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

Public Properties

Property Type Description
$Custom string Custom field as set by BillUserRequest API call
$Desc string The value of the mp_desc variable (description of goods or services) associated with the billing agreement
$Invoice string Invoice value as set by BillUserRequest API call
$MpCustom string The value of the mp_custom variable that you specified in a FORM submission to PayPal during the creation or updating of a customer billing agreement
$MpMax PayPal\CoreComponentTypes\BasicAmountType Monthly maximum payment amount
$MpStatus string Current status of billing agreement
$PaymentSourceID string Note: This field is no longer used and is always empty.

Property Details

$Custom public property

Custom field as set by BillUserRequest API call
public string $Custom
return string

$Desc public property

The value of the mp_desc variable (description of goods or services) associated with the billing agreement
public string $Desc
return string

$Invoice public property

Invoice value as set by BillUserRequest API call
public string $Invoice
return string

$MpCustom public property

The value of the mp_custom variable that you specified in a FORM submission to PayPal during the creation or updating of a customer billing agreement
public string $MpCustom
return string

$MpMax public property

Monthly maximum payment amount
public BasicAmountType,PayPal\CoreComponentTypes $MpMax
return PayPal\CoreComponentTypes\BasicAmountType

$MpStatus public property

Current status of billing agreement
public string $MpStatus
return string

$PaymentSourceID public property

Note: This field is no longer used and is always empty.
public string $PaymentSourceID
return string