PHP Class PayPal\EBLBaseComponents\MerchantPullInfoType

Inheritance: extends PayPal\Core\PPXmlMessage
显示文件 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_oe property

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

$Desc public_oe 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_oe property

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

$MpCustom public_oe 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_oe property

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

$MpStatus public_oe property

Current status of billing agreement
public string $MpStatus
return string

$PaymentSourceID public_oe property

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