RecurringPayPalPayInCIT
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
Get array with mapping which property is object and what type of object.
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.
Details
in
Dto at line 15
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.
in
Dto at line 25
array
GetDependsObjects()
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
in
Dto at line 35
array
GetReadOnlyProperties()
Get array with read only properties - not used in response To be overridden in child class if has any read-only properties.