PHP 클래스 PayPal\PayPalAPI\RefundTransactionResponseType

상속: extends PayPal\EBLBaseComponents\AbstractResponseType
파일 보기 프로젝트 열기: paypal/merchant-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$FeeRefundAmount PayPal\CoreComponentTypes\BasicAmountType Transaction fee refunded to original recipient of payment
$GrossRefundAmount PayPal\CoreComponentTypes\BasicAmountType Amount of money refunded to original payer
$MsgSubID string Return msgsubid back to merchant
$NetRefundAmount PayPal\CoreComponentTypes\BasicAmountType Amount subtracted from PayPal balance of original recipient of payment to make this refund
$ReceiptData string Any general information like offer details that is reinstated or any other marketing data
$RefundInfo PayPal\EBLBaseComponents\RefundInfoType Contains Refund Payment status information.
$RefundTransactionID string Unique transaction ID of the refund. Character length and limitations:17 single-byte characters
$TotalRefundedAmount PayPal\CoreComponentTypes\BasicAmountType Total of all previous refunds

프로퍼티 상세

$FeeRefundAmount 공개적으로 프로퍼티

Transaction fee refunded to original recipient of payment
public BasicAmountType,PayPal\CoreComponentTypes $FeeRefundAmount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$GrossRefundAmount 공개적으로 프로퍼티

Amount of money refunded to original payer
public BasicAmountType,PayPal\CoreComponentTypes $GrossRefundAmount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$MsgSubID 공개적으로 프로퍼티

Return msgsubid back to merchant
public string $MsgSubID
리턴 string

$NetRefundAmount 공개적으로 프로퍼티

Amount subtracted from PayPal balance of original recipient of payment to make this refund
public BasicAmountType,PayPal\CoreComponentTypes $NetRefundAmount
리턴 PayPal\CoreComponentTypes\BasicAmountType

$ReceiptData 공개적으로 프로퍼티

Any general information like offer details that is reinstated or any other marketing data
public string $ReceiptData
리턴 string

$RefundInfo 공개적으로 프로퍼티

Contains Refund Payment status information.
public RefundInfoType,PayPal\EBLBaseComponents $RefundInfo
리턴 PayPal\EBLBaseComponents\RefundInfoType

$RefundTransactionID 공개적으로 프로퍼티

Unique transaction ID of the refund. Character length and limitations:17 single-byte characters
public string $RefundTransactionID
리턴 string

$TotalRefundedAmount 공개적으로 프로퍼티

Total of all previous refunds
public BasicAmountType,PayPal\CoreComponentTypes $TotalRefundedAmount
리턴 PayPal\CoreComponentTypes\BasicAmountType