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

How you want to obtain payment. Required Authorization indicates that this payment is a basic authorization subject to settlement with PayPal Authorization and Capture. Sale indicates that this is a final sale for which you are requesting payment. NOTE: Order is not allowed for Direct Payment. Character length and limit: Up to 13 single-byte alphabetic characters
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
DoDirectPaymentRequestDetailsType ( ) : System

Default Constructor

ToXMLString ( string prefix, string name ) : string

메소드 상세

DoDirectPaymentRequestDetailsType() 공개 메소드

Default Constructor
public DoDirectPaymentRequestDetailsType ( ) : System
리턴 System

ToXMLString() 공개 메소드

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