"BRL" => Real Brasileiro
public string Moeda { get; set; }Public Property Moeda As String
Get
Set
Dim instance As PaySDKPagamentoCartaoOnlineBaseViewModel
Dim value As String
value = instance.Moeda
instance.Moeda = valuepublic:
property String^ Moeda {
String^ get ();
void set (String^ value);
}