class SubscriptionPurchaseV2 extends Collection (View source)

Properties

protected $collection_key
string $acknowledgementState
protected $canceledStateContextType
protected $canceledStateContextDataType
protected $externalAccountIdentifiersType
protected $externalAccountIdentifiersDataType
string $kind
string $latestOrderId
protected $lineItemsType
protected $lineItemsDataType
string $linkedPurchaseToken
protected $pausedStateContextType
protected $pausedStateContextDataType
string $regionCode
string $startTime
protected $subscribeWithGoogleInfoType
protected $subscribeWithGoogleInfoDataType
string $subscriptionState
protected $testPurchaseType
protected $testPurchaseDataType

Methods

setAcknowledgementState($acknowledgementState)

No description

string
getAcknowledgementState()

No description

setCanceledStateContext(CanceledStateContext $canceledStateContext)

No description

setExternalAccountIdentifiers(ExternalAccountIdentifiers $externalAccountIdentifiers)

No description

setKind($kind)

No description

string
getKind()

No description

setLatestOrderId($latestOrderId)

No description

string
getLatestOrderId()

No description

setLineItems($lineItems)

No description

setLinkedPurchaseToken($linkedPurchaseToken)

No description

string
getLinkedPurchaseToken()

No description

setPausedStateContext(PausedStateContext $pausedStateContext)

No description

setRegionCode($regionCode)

No description

string
getRegionCode()

No description

setStartTime($startTime)

No description

string
getStartTime()

No description

setSubscribeWithGoogleInfo(SubscribeWithGoogleInfo $subscribeWithGoogleInfo)

No description

setSubscriptionState($subscriptionState)

No description

string
getSubscriptionState()

No description

setTestPurchase(TestPurchase $testPurchase)

No description

getTestPurchase()

No description

Details

setAcknowledgementState($acknowledgementState)

No description

Parameters

$acknowledgementState

string getAcknowledgementState()

No description

Return Value

string

setCanceledStateContext(CanceledStateContext $canceledStateContext)

No description

Parameters

CanceledStateContext $canceledStateContext

CanceledStateContext getCanceledStateContext()

No description

Return Value

CanceledStateContext

setExternalAccountIdentifiers(ExternalAccountIdentifiers $externalAccountIdentifiers)

No description

Parameters

ExternalAccountIdentifiers $externalAccountIdentifiers

ExternalAccountIdentifiers getExternalAccountIdentifiers()

No description

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setLatestOrderId($latestOrderId)

No description

Parameters

$latestOrderId

string getLatestOrderId()

No description

Return Value

string

setLineItems($lineItems)

No description

Parameters

$lineItems

SubscriptionPurchaseLineItem[] getLineItems()

No description

setLinkedPurchaseToken($linkedPurchaseToken)

No description

Parameters

$linkedPurchaseToken

string getLinkedPurchaseToken()

No description

Return Value

string

setPausedStateContext(PausedStateContext $pausedStateContext)

No description

Parameters

PausedStateContext $pausedStateContext

PausedStateContext getPausedStateContext()

No description

Return Value

PausedStateContext

setRegionCode($regionCode)

No description

Parameters

$regionCode

string getRegionCode()

No description

Return Value

string

setStartTime($startTime)

No description

Parameters

$startTime

string getStartTime()

No description

Return Value

string

setSubscribeWithGoogleInfo(SubscribeWithGoogleInfo $subscribeWithGoogleInfo)

No description

Parameters

SubscribeWithGoogleInfo $subscribeWithGoogleInfo

SubscribeWithGoogleInfo getSubscribeWithGoogleInfo()

No description

setSubscriptionState($subscriptionState)

No description

Parameters

$subscriptionState

string getSubscriptionState()

No description

Return Value

string

setTestPurchase(TestPurchase $testPurchase)

No description

Parameters

TestPurchase $testPurchase

TestPurchase getTestPurchase()

No description

Return Value

TestPurchase