PHP 클래스 PayPal\EBLBaseComponents\BillingApprovalDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$ApprovalSubType string The Approval subtype - Must be MerchantInitiatedBilling for BillingAgreement ApprovalType
$ApprovalType string The Type of Approval requested - Billing Agreement or Profile
$Custom string Client may pass in its identification of this Billing Agreement. It used for the client's tracking purposes.
$OrderDetails OrderDetailsType Description about the Order
$PaymentDirectives PaymentDirectivesType Directives about the type of payment

공개 메소드들

메소드 설명
__construct ( $ApprovalType = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $ApprovalType = null )

프로퍼티 상세

$ApprovalSubType 공개적으로 프로퍼티

The Approval subtype - Must be MerchantInitiatedBilling for BillingAgreement ApprovalType
public string $ApprovalSubType
리턴 string

$ApprovalType 공개적으로 프로퍼티

The Type of Approval requested - Billing Agreement or Profile
public string $ApprovalType
리턴 string

$Custom 공개적으로 프로퍼티

Client may pass in its identification of this Billing Agreement. It used for the client's tracking purposes.
public string $Custom
리턴 string

$OrderDetails 공개적으로 프로퍼티

Description about the Order
public OrderDetailsType,PayPal\EBLBaseComponents $OrderDetails
리턴 OrderDetailsType

$PaymentDirectives 공개적으로 프로퍼티

Directives about the type of payment
public PaymentDirectivesType,PayPal\EBLBaseComponents $PaymentDirectives
리턴 PaymentDirectivesType