C# 클래스 PayPal.Api.Refund

A refund transaction.

See PayPal Developer documentation for more information.

상속: PayPalRelationalObject
파일 보기 프로젝트 열기: paypal/PayPal-NET-SDK 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Get ( APIContext apiContext, string refundId ) : Refund

Shows details for a refund, by ID.

메소드 상세

Get() 공개 정적인 메소드

Shows details for a refund, by ID.
public static Get ( APIContext apiContext, string refundId ) : Refund
apiContext APIContext APIContext used for the API call.
refundId string The ID of the refund for which to show details.
리턴 Refund