Serialized Form


Package org.broadleafcommerce.vendor.paypal.service.payment.message

Class org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalErrorResponse extends Object implements Serializable

Serialized Fields

errorCode

String errorCode

shortMessage

String shortMessage

longMessage

String longMessage

severityCode

String severityCode

ack

String ack

Class org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalRequest extends Object implements Serializable

Serialized Fields

secondaryMethodType

PayPalMethodType secondaryMethodType

methodType

PayPalMethodType methodType

Class org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalResponse extends Object implements Serializable

Serialized Fields

referenceNumber

String referenceNumber

responseToken

String responseToken

Package org.broadleafcommerce.vendor.paypal.service.payment.message.details

Class org.broadleafcommerce.vendor.paypal.service.payment.message.details.PayPalDetailsRequest extends PayPalRequest implements Serializable

Serialized Fields

token

String token

Class org.broadleafcommerce.vendor.paypal.service.payment.message.details.PayPalDetailsResponse extends PayPalResponse implements Serializable

Serialized Fields

phoneNumber

String phoneNumber

payPalAdjustment

org.broadleafcommerce.common.money.Money payPalAdjustment

note

String note

checkoutStatusType

PayPalCheckoutStatusType checkoutStatusType

emailAddress

String emailAddress

payerId

String payerId

payerStatus

PayPalPayerStatusType payerStatus

countryCode

String countryCode

business

String business

payerSalutation

String payerSalutation

payerFirstName

String payerFirstName

payerLastName

String payerLastName

payerMiddleName

String payerMiddleName

payerSuffix

String payerSuffix

addresses

List<E> addresses

errorResponses

List<E> errorResponses

paymentDetails

PayPalPaymentDetails paymentDetails

Class org.broadleafcommerce.vendor.paypal.service.payment.message.details.PayPalPayerAddress extends Object implements Serializable

Serialized Fields

name

String name

street

String street

street2

String street2

city

String city

state

String state

zip

String zip

countryCode

String countryCode

phoneNumber

String phoneNumber

addressStatus

PayPalAddressStatusType addressStatus

Class org.broadleafcommerce.vendor.paypal.service.payment.message.details.PayPalPaymentDetails extends Object implements Serializable

Serialized Fields

amount

org.broadleafcommerce.common.money.Money amount

currencyCode

String currencyCode

itemTotal

org.broadleafcommerce.common.money.Money itemTotal

shippingTotal

org.broadleafcommerce.common.money.Money shippingTotal

shippingDiscount

org.broadleafcommerce.common.money.Money shippingDiscount

totalTax

org.broadleafcommerce.common.money.Money totalTax

referenceNumber

String referenceNumber

transactionId

String transactionId

paymentMethod

String paymentMethod

paymentRequestId

String paymentRequestId

itemDetails

List<E> itemDetails

Class org.broadleafcommerce.vendor.paypal.service.payment.message.details.PayPalPaymentItemDetails extends Object implements Serializable

Serialized Fields

name

String name

description

String description

amount

org.broadleafcommerce.common.money.Money amount

itemNumber

String itemNumber

quantity

Integer quantity

tax

org.broadleafcommerce.common.money.Money tax

Package org.broadleafcommerce.vendor.paypal.service.payment.message.payment

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.AutoNumberMemberIdList extends ArrayList<PayPalItemRequest> implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalItemRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

systemId

String systemId

shortDescription

String shortDescription

description

String description

unitPrice

org.broadleafcommerce.common.money.Money unitPrice

quantity

Long quantity

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalPaymentInfo extends Object implements Serializable

Serialized Fields

transactionId

String transactionId

paymentType

PayPalPaymentType paymentType

orderTime

Date orderTime

totalAmount

org.broadleafcommerce.common.money.Money totalAmount

currencyCode

String currencyCode

feeAmount

org.broadleafcommerce.common.money.Money feeAmount

settleAmount

org.broadleafcommerce.common.money.Money settleAmount

taxAmount

org.broadleafcommerce.common.money.Money taxAmount

exchangeRate

BigDecimal exchangeRate

paymentStatusType

PayPalPaymentStatusType paymentStatusType

pendingReasonType

PayPalPendingReasonType pendingReasonType

reasonCodeType

PayPalReasonCodeType reasonCodeType

holdDecisionType

PayPalHoldDecisionType holdDecisionType

paymentRequestId

String paymentRequestId

parentTransactionId

String parentTransactionId

receiptId

String receiptId

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalPaymentRequest extends PayPalRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

currency

String currency

payerID

String payerID

token

String token

itemRequests

List<E> itemRequests

shippingRequests

List<E> shippingRequests

transactionType

PayPalTransactionType transactionType

summaryRequest

PayPalSummaryRequest summaryRequest

referenceNumber

String referenceNumber

transactionID

String transactionID

refundType

PayPalRefundType refundType

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalPaymentResponse extends PayPalResponse implements Serializable

serialVersionUID: 1L

Serialized Fields

isErrorDetected

boolean isErrorDetected

isSuccessful

boolean isSuccessful

errorText

String errorText

transactionType

PayPalTransactionType transactionType

methodType

PayPalMethodType methodType

errorResponses

List<E> errorResponses

passThroughErrors

Map<K,V> passThroughErrors

userRedirectUrl

String userRedirectUrl

correlationId

String correlationId

ack

String ack

paymentInfo

PayPalPaymentInfo paymentInfo

refundInfo

PayPalRefundInfo refundInfo

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalRefundInfo extends Object implements Serializable

Serialized Fields

refundTransactionId

String refundTransactionId

feeRefundAmount

org.broadleafcommerce.common.money.Money feeRefundAmount

grossRefundAmount

org.broadleafcommerce.common.money.Money grossRefundAmount

netRefundAmount

org.broadleafcommerce.common.money.Money netRefundAmount

totalRefundAmount

org.broadleafcommerce.common.money.Money totalRefundAmount

refundInfo

String refundInfo

currencyCode

String currencyCode

refundStatusType

PayPalRefundStatusType refundStatusType

pendingReasonType

PayPalRefundPendingReasonType pendingReasonType

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalShippingRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

shipToName

String shipToName

shipToStreet

String shipToStreet

shipToStreet2

String shipToStreet2

shipToCity

String shipToCity

shipToState

String shipToState

shipToZip

String shipToZip

shipToCountryCode

String shipToCountryCode

shipToPhoneNum

String shipToPhoneNum

Class org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalSummaryRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

subTotal

org.broadleafcommerce.common.money.Money subTotal

totalTax

org.broadleafcommerce.common.money.Money totalTax

totalShipping

org.broadleafcommerce.common.money.Money totalShipping

grandTotal

org.broadleafcommerce.common.money.Money grandTotal

Package org.broadleafcommerce.vendor.paypal.service.payment.type

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalAddressStatusType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalCheckoutStatusType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalHoldDecisionType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalMethodType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalPayerStatusType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalPaymentStatusType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalPaymentType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalPendingReasonType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalReasonCodeType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalRefundPendingReasonType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalRefundStatusType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalRefundType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalShippingDisplayType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalTransactionType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType



Copyright © 2013. All Rights Reserved.