Overview
  • Namespace
  • Class

Namespaces

  • PayPal
    • Api
    • Auth
    • Cache
    • Common
    • Converter
    • Core
    • Exception
    • Handler
    • Log
    • Rest
    • Security
    • Transport
    • Validation

Classes

  • Address
  • Agreement
  • AgreementDetails
  • AgreementStateDescriptor
  • AgreementTransaction
  • AgreementTransactions
  • AlternatePayment
  • Amount
  • Authorization
  • BankAccount
  • BankAccountsList
  • BankToken
  • BaseAddress
  • Billing
  • BillingAgreementToken
  • BillingInfo
  • CancelNotification
  • Capture
  • CarrierAccount
  • CarrierAccountToken
  • CartBase
  • ChargeModel
  • Cost
  • CountryCode
  • CreateProfileResponse
  • Credit
  • CreditCard
  • CreditCardHistory
  • CreditCardList
  • CreditCardToken
  • CreditFinancingOffered
  • Currency
  • CurrencyConversion
  • CustomAmount
  • DetailedRefund
  • Details
  • Error
  • ErrorDetails
  • ExtendedBankAccount
  • ExternalFunding
  • FileAttachment
  • FlowConfig
  • FmfDetails
  • FundingDetail
  • FundingInstrument
  • FundingOption
  • FundingSource
  • FuturePayment
  • HyperSchema
  • Image
  • Incentive
  • InputFields
  • InstallmentInfo
  • InstallmentOption
  • Invoice
  • InvoiceAddress
  • InvoiceItem
  • InvoiceNumber
  • InvoiceSearchResponse
  • Item
  • ItemList
  • Links
  • Measurement
  • MerchantInfo
  • MerchantPreferences
  • Metadata
  • NameValuePair
  • Notification
  • OpenIdAddress
  • OpenIdError
  • OpenIdSession
  • OpenIdTokeninfo
  • OpenIdUserinfo
  • Order
  • OverrideChargeModel
  • Participant
  • Patch
  • PatchRequest
  • Payee
  • Payer
  • PayerInfo
  • Payment
  • PaymentCard
  • PaymentCardToken
  • PaymentDefinition
  • PaymentDetail
  • PaymentExecution
  • PaymentHistory
  • PaymentInstruction
  • PaymentOptions
  • PaymentSummary
  • PaymentTerm
  • Payout
  • PayoutBatch
  • PayoutBatchHeader
  • PayoutItem
  • PayoutItemDetails
  • PayoutSenderBatchHeader
  • Phone
  • Plan
  • PlanList
  • PotentialPayerInfo
  • Presentation
  • PrivateLabelCard
  • ProcessorResponse
  • RecipientBankingInstruction
  • RedirectUrls
  • Refund
  • RefundDetail
  • RefundRequest
  • RelatedResources
  • Sale
  • Search
  • ShippingAddress
  • ShippingCost
  • ShippingInfo
  • Tax
  • Template
  • TemplateData
  • Templates
  • TemplateSettings
  • TemplateSettingsMetadata
  • Terms
  • Transaction
  • TransactionBase
  • Transactions
  • VerifyWebhookSignature
  • VerifyWebhookSignatureResponse
  • Webhook
  • WebhookEvent
  • WebhookEventList
  • WebhookEventType
  • WebhookEventTypeList
  • WebhookList
  • WebProfile

Class InstallmentInfo

Class InstallmentInfo

A resource representing installment information available for a transaction

PayPal\Common\PayPalModel
Extended by PayPal\Api\InstallmentInfo
Namespace: PayPal\Api
Package: PayPal\Api
Located at PayPal/Api/InstallmentInfo.php

Methods summary

public
# setInstallmentId( string $installment_id )

Installment id.

Installment id.

Parameters

$installment_id

Returns


$this
public string
# getInstallmentId( )

Installment id.

Installment id.

Returns

string
public
# setNetwork( string $network )

Credit card network. Valid Values: ["VISA", "MASTERCARD"]

Credit card network. Valid Values: ["VISA", "MASTERCARD"]

Parameters

$network

Returns


$this
public string
# getNetwork( )

Credit card network.

Credit card network.

Returns

string
public
# setIssuer( string $issuer )

Credit card issuer.

Credit card issuer.

Parameters

$issuer

Returns


$this
public string
# getIssuer( )

Credit card issuer.

Credit card issuer.

Returns

string
public
# setInstallmentOptions( PayPal\Api\InstallmentOption[] $installment_options )

List of available installment options and the cost associated with each one.

List of available installment options and the cost associated with each one.

Parameters

$installment_options

Returns


$this
public PayPal\Api\InstallmentOption[]
# getInstallmentOptions( )

List of available installment options and the cost associated with each one.

List of available installment options and the cost associated with each one.

Returns

PayPal\Api\InstallmentOption[]
public
# addInstallmentOption( PayPal\Api\InstallmentOption $installmentOption )

Append InstallmentOptions to the list.

Append InstallmentOptions to the list.

Parameters

$installmentOption

Returns


$this
public
# removeInstallmentOption( PayPal\Api\InstallmentOption $installmentOption )

Remove InstallmentOptions from the list.

Remove InstallmentOptions from the list.

Parameters

$installmentOption

Returns


$this

Methods inherited from PayPal\Common\PayPalModel

__construct(), __get(), __isset(), __set(), __toString(), __unset(), fromArray(), fromJson(), getList(), setCredential(), toArray(), toJSON()

Properties summary

Properties inherited from PayPal\Common\PayPalModel

$credential

API documentation generated by ApiGen