C# 클래스 Uol.PagSeguro.Domain.Direct.Installment

Represents the installment of a credit card payment
파일 보기 프로젝트 열기: pagseguro/dotnet

공개 메소드들

메소드 설명
Installment ( ) : System

Initializes a new instance of the Installment Class

Installment ( int quantity, decimal value ) : System

Initializes a new instance of the Installment Class

Installment ( int quantity, decimal value, int noInterestInstallmentQuantity ) : System

Initializes a new instance of the Installment Class

ToString ( ) : String

Returns a string that represents the current object

메소드 상세

Installment() 공개 메소드

Initializes a new instance of the Installment Class
public Installment ( ) : System
리턴 System

Installment() 공개 메소드

Initializes a new instance of the Installment Class
public Installment ( int quantity, decimal value ) : System
quantity int
value decimal
리턴 System

Installment() 공개 메소드

Initializes a new instance of the Installment Class
public Installment ( int quantity, decimal value, int noInterestInstallmentQuantity ) : System
quantity int
value decimal
noInterestInstallmentQuantity int
리턴 System

ToString() 공개 메소드

Returns a string that represents the current object
public ToString ( ) : String
리턴 String