PaySDKDadosClienteCartaoOnlineViewModel(String, String, String, String, String, String, PaySDKEnderecoCartaoOnlineViewModel, PaySDKEnderecoCartaoOnlineViewModel) Construtores
Namespace: api.mstiPAY.SDK.csharp.Entidades.ViewModels.CartaoOnlineAssembly: api.mstiPAY.SDKcsharp (in api.mstiPAY.SDKcsharp.dll) Versão: 1.0.0+0349d31a6952a696ed185f66d54b972f98d72be7
public PaySDKDadosClienteCartaoOnlineViewModel(
string nome,
string status,
string email,
string dataNascimento,
string numeroDocumento,
string tipoDocumento,
PaySDKEnderecoCartaoOnlineViewModel endereco,
PaySDKEnderecoCartaoOnlineViewModel enderecoEntrega
)
Public Sub New (
nome As String,
status As String,
email As String,
dataNascimento As String,
numeroDocumento As String,
tipoDocumento As String,
endereco As PaySDKEnderecoCartaoOnlineViewModel,
enderecoEntrega As PaySDKEnderecoCartaoOnlineViewModel
)
Dim nome As String
Dim status As String
Dim email As String
Dim dataNascimento As String
Dim numeroDocumento As String
Dim tipoDocumento As String
Dim endereco As PaySDKEnderecoCartaoOnlineViewModel
Dim enderecoEntrega As PaySDKEnderecoCartaoOnlineViewModel
Dim instance As New PaySDKDadosClienteCartaoOnlineViewModel(nome, status,
email, dataNascimento, numeroDocumento,
tipoDocumento, endereco, enderecoEntrega)
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
-