/// <summary>
 /// Set the authentication
 /// </summary>
 /// <returns>void</returns>
 public void authentication(PaysafeAuthentication data)
 {
     this.setProperty(CardPaymentsConstants.authentication, data);
 }
예제 #2
0
 /// <summary>
 /// Set the authentication
 /// </summary>
 /// <returns>void</returns>
 public void Authentication(PaysafeAuthentication data)
 {
     SetProperty(GlobalConstants.Authentication, data);
 }