PaySDKDadosClienteCartaoOnlineViewModel(String, String, String, String, String, String, PaySDKEnderecoCartaoOnlineViewModel, PaySDKEnderecoCartaoOnlineViewModel) Construtores

Inicializa uma nova instância da classe PaySDKDadosClienteCartaoOnlineViewModel

Definition

Namespace: api.mstiPAY.SDK.csharp.Entidades.ViewModels.CartaoOnline
Assembly: api.mstiPAY.SDKcsharp (in api.mstiPAY.SDKcsharp.dll) Versão: 1.0.0+0349d31a6952a696ed185f66d54b972f98d72be7
C#
public PaySDKDadosClienteCartaoOnlineViewModel(
	string nome,
	string status,
	string email,
	string dataNascimento,
	string numeroDocumento,
	string tipoDocumento,
	PaySDKEnderecoCartaoOnlineViewModel endereco,
	PaySDKEnderecoCartaoOnlineViewModel enderecoEntrega
)

Parâmetros

nome  String
 
status  String
 
email  String
 
dataNascimento  String
 
numeroDocumento  String
 
tipoDocumento  String
 
endereco  PaySDKEnderecoCartaoOnlineViewModel
 
enderecoEntrega  PaySDKEnderecoCartaoOnlineViewModel
 

Veja Também