PHP 클래스 PayPal\EBLBaseComponents\MerchantPullInfoType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$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.

프로퍼티 상세

$Custom 공개적으로 프로퍼티

Custom field as set by BillUserRequest API call
public string $Custom
리턴 string

$Desc 공개적으로 프로퍼티

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

$Invoice 공개적으로 프로퍼티

Invoice value as set by BillUserRequest API call
public string $Invoice
리턴 string

$MpCustom 공개적으로 프로퍼티

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
리턴 string

$MpMax 공개적으로 프로퍼티

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

$MpStatus 공개적으로 프로퍼티

Current status of billing agreement
public string $MpStatus
리턴 string

$PaymentSourceID 공개적으로 프로퍼티

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