class RecurringPayPalPayInCIT extends Dto (View source)

Properties

string $RecurringPayinRegistrationId

The unique identifier of the recurring pay-in registration.

string $Tag

Custom data that you can add to this object.

string $ReturnURL

The URL to which the user is returned after the payment, whether the transaction is successful or not.

string $CancelURL

The URL to which the user is returned after canceling the payment.

string $StatementDescriptor

Custom description to appear on the user’s bank statement along with the platform name

Shipping $Shipping

Information about the end user’s shipping address, managed by ShippingPreference.

array $LineItems

Information about the items purchased in the transaction

string $Culture

The language in which the PayPal payment page is to be displayed.

ShippingPreference $ShippingPreference

Information about the shipping address behavior on the PayPal payment page:

string $Reference

The platform’s order reference for the transaction.

Methods

array
GetSubObjects()

Get array with mapping which property is object and what type of object.

from  Dto
array
GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

from  Dto
array
GetReadOnlyProperties()

Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.

from  Dto

Details

array GetSubObjects()

Get array with mapping which property is object and what type of object.

To be overridden in child class if has any sub objects.

Return Value

array

array GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

Return Value

array

array GetReadOnlyProperties()

Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.

Return Value

array