C# 클래스 PayPal.Api.PaymentInstruction

Contain details of how and when the payment should be made to PayPal in cases of manual bank transfer.

See PayPal Developer documentation for more information.

상속: PayPalRelationalObject
파일 보기 프로젝트 열기: paypal/PayPal-NET-SDK

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Get ( APIContext apiContext, string paymentId ) : PaymentInstruction

Obtain the payment instruction resource for the given identifier.

메소드 상세

Get() 공개 정적인 메소드

Obtain the payment instruction resource for the given identifier.
public static Get ( APIContext apiContext, string paymentId ) : PaymentInstruction
apiContext APIContext APIContext used for the API call.
paymentId string Identifier of the Payment instruction resource to obtain the data for.
리턴 PaymentInstruction