Uses of Class
com.pkrete.jsip2.variables.PaymentType

Packages that use PaymentType
com.pkrete.jsip2.messages.requests   
com.pkrete.jsip2.variables   
 

Uses of PaymentType in com.pkrete.jsip2.messages.requests
 

Methods in com.pkrete.jsip2.messages.requests that return PaymentType
 PaymentType SIP2FeePaidRequest.getPaymentType()
          Returns the type of the payment: cash, VISA or credit card.
 

Methods in com.pkrete.jsip2.messages.requests with parameters of type PaymentType
 void SIP2FeePaidRequest.setPaymentType(PaymentType paymentType)
          Sets the payment type.
 

Uses of PaymentType in com.pkrete.jsip2.variables
 

Methods in com.pkrete.jsip2.variables that return PaymentType
static PaymentType PaymentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaymentType[] PaymentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2014. All Rights Reserved.