component PaymentStatus { props { status: string label?: string = "Payment status" } view {
{label}{status}
} }