PHP Class PayPal\EBLBaseComponents\BillingApprovalDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( $ApprovalType = null ) Constructor with arguments

Method Details

__construct() public méthode

Constructor with arguments
public __construct ( $ApprovalType = null )

Property Details

$ApprovalSubType public_oe property

The Approval subtype - Must be MerchantInitiatedBilling for BillingAgreement ApprovalType
public string $ApprovalSubType
Résultat string

$ApprovalType public_oe property

The Type of Approval requested - Billing Agreement or Profile
public string $ApprovalType
Résultat string

$Custom public_oe property

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

$OrderDetails public_oe property

Description about the Order
public OrderDetailsType,PayPal\EBLBaseComponents $OrderDetails
Résultat OrderDetailsType

$PaymentDirectives public_oe property

Directives about the type of payment
public PaymentDirectivesType,PayPal\EBLBaseComponents $PaymentDirectives
Résultat PaymentDirectivesType