PHP 클래스 PayPal\EBLBaseComponents\RecurringPaymentsProfileDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$BillingStartDate When does this Profile begin billing?
$ProfileReference string Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters
$SubscriberName string Subscriber name - if missing, will use name in buyer's account
$SubscriberShippingAddress AddressType Subscriber address - if missing, will use address in buyer's account

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $BillingStartDate = null )

프로퍼티 상세

$BillingStartDate 공개적으로 프로퍼티

When does this Profile begin billing?
public $BillingStartDate

$ProfileReference 공개적으로 프로퍼티

Your own unique invoice or tracking number. Optional Character length and limitations: 127 single-byte alphanumeric characters
public string $ProfileReference
리턴 string

$SubscriberName 공개적으로 프로퍼티

Subscriber name - if missing, will use name in buyer's account
public string $SubscriberName
리턴 string

$SubscriberShippingAddress 공개적으로 프로퍼티

Subscriber address - if missing, will use address in buyer's account
public AddressType,PayPal\EBLBaseComponents $SubscriberShippingAddress
리턴 AddressType