PHP 클래스 PayPal\EBLBaseComponents\CreateRecurringPaymentsProfileRequestDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$CreditCard CreditCardDetailsType Information about the credit card to be charged (required if Direct Payment)
$PaymentDetailsItem PaymentDetailsItemType Information about the Item Details.
$RecurringPaymentsProfileDetails RecurringPaymentsProfileDetailsType Customer Information for this Recurring Payments
$ScheduleDetails ScheduleDetailsType Schedule Information for this Recurring Payments
$Token string Billing Agreement token (required if Express Checkout)

공개 메소드들

메소드 설명
__construct ( $RecurringPaymentsProfileDetails = null, $ScheduleDetails = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $RecurringPaymentsProfileDetails = null, $ScheduleDetails = null )

프로퍼티 상세

$CreditCard 공개적으로 프로퍼티

Information about the credit card to be charged (required if Direct Payment)
public CreditCardDetailsType,PayPal\EBLBaseComponents $CreditCard
리턴 CreditCardDetailsType

$PaymentDetailsItem 공개적으로 프로퍼티

Information about the Item Details.
public PaymentDetailsItemType,PayPal\EBLBaseComponents $PaymentDetailsItem
리턴 PaymentDetailsItemType

$RecurringPaymentsProfileDetails 공개적으로 프로퍼티

Customer Information for this Recurring Payments
public RecurringPaymentsProfileDetailsType,PayPal\EBLBaseComponents $RecurringPaymentsProfileDetails
리턴 RecurringPaymentsProfileDetailsType

$ScheduleDetails 공개적으로 프로퍼티

Schedule Information for this Recurring Payments
public ScheduleDetailsType,PayPal\EBLBaseComponents $ScheduleDetails
리턴 ScheduleDetailsType

$Token 공개적으로 프로퍼티

Billing Agreement token (required if Express Checkout)
public string $Token
리턴 string