C# 클래스 Acid.PuntoPagos.Sdk.Dtos.CreateTransactionRequestDto

파일 보기 프로젝트 열기: acidlabs/puntopagos-sdk 1 사용 예제들

공개 메소드들

메소드 설명
CreateTransactionRequestDto ( decimal amount, ulong transactionId ) : System.Globalization

Create a new object for create process for payment.

GetJson ( ) : string

메소드 상세

CreateTransactionRequestDto() 공개 메소드

Create a new object for create process for payment.
public CreateTransactionRequestDto ( decimal amount, ulong transactionId ) : System.Globalization
amount decimal Total value of the transaction
transactionId ulong Unique identifier of the client's transaction
리턴 System.Globalization

GetJson() 공개 메소드

public GetJson ( ) : string
리턴 string