C# 클래스 PayPal.PayPalAPIInterfaceService.Model.DoExpressCheckoutPaymentRequestDetailsType

How you want to obtain payment. Required Authorization indicates that this payment is a basic authorization subject to settlement with PayPal Authorization and Capture. Order indicates that this payment is is an order authorization subject to settlement with PayPal Authorization and Capture. Sale indicates that this is a final sale for which you are requesting payment. IMPORTANT: You cannot set PaymentAction to Sale on SetExpressCheckoutRequest and then change PaymentAction to Authorization on the final Express Checkout API, DoExpressCheckoutPaymentRequest. Character length and limit: Up to 13 single-byte alphabetic characters
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
DoExpressCheckoutPaymentRequestDetailsType ( ) : System

Default Constructor

ToXMLString ( string prefix, string name ) : string

메소드 상세

DoExpressCheckoutPaymentRequestDetailsType() 공개 메소드

Default Constructor
public DoExpressCheckoutPaymentRequestDetailsType ( ) : System
리턴 System

ToXMLString() 공개 메소드

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
리턴 string