class PayInIntentLineItem extends Dto (View source)

Properties

string $Id

Unique identifier.

PayInIntentSeller $Seller

Information about the seller involved in the transaction

string $Sku

The unique identifier of the item

string $Name

The name of the item

string $Description

The description of the item

int $Quantity

The quantity of the item

int $UnitAmount

The cost of the item, excluding tax and discount

int $Amount

The item total amount to be captured

int $TaxAmount

The tax amount applied to the item

int $DiscountAmount

The discount amount applied to the item

string $Category

The item category

Address $ShippingAddress

Information about the end user’s shipping address

int $TotalLineItemAmount

The item total amount including tax and discount

int $CanceledAmount

The item total canceled amount

int $CapturedAmount

The item total captured amount

int $RefundedAmount

The item total refunded amount

int $DisputedAmount

The item total disputed amount

int $SplitAmount

The item total split amount

Methods

array
GetSubObjects()

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

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

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